Databricks SDK for JavaScript
    Preparing search index...

    Returns the details of a policy family at a specific version

    interface GetPolicyFamilyRequest {
        policyFamilyId?: string;
        version?: bigint;
    }
    Index

    Properties

    policyFamilyId?: string

    The family ID about which to retrieve information.

    version?: bigint

    The version number for the family to fetch. Defaults to the latest version.