Databricks SDK for JavaScript
    Preparing search index...
    interface ListPolicyFamiliesResponse {
        nextPageToken?: string;
        policyFamilies?: PolicyFamily[];
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be used to get the next page of results. If not present, there are no more results to show.

    policyFamilies?: PolicyFamily[]

    List of policy families.