Databricks SDK for JavaScript
    Preparing search index...

    Response when listing cluster policy revisions.

    interface ListClusterPolicyRevisionsResponse {
        clusterPolicyRevisions?: ClusterPolicyRevision[];
        nextPageToken?: string;
    }
    Index

    Properties

    clusterPolicyRevisions?: ClusterPolicyRevision[]

    Cluster policy revisions in the current page.

    nextPageToken?: string

    Token for fetching the next page. Empty when there are no more results.