Databricks SDK for JavaScript
    Preparing search index...
    interface ListPoliciesResponse {
        nextPageToken?: string;
        policies?: PolicyInfo[];
    }
    Index

    Properties

    nextPageToken?: string

    Optional opaque token for continuing pagination. page_token should be set to this value for the next request to retrieve the next page of results.

    policies?: PolicyInfo[]

    The list of retrieved policies.