Databricks SDK for JavaScript
    Preparing search index...

    Interface ListClusterComplianceForPolicyResponse

    interface ListClusterComplianceForPolicyResponse {
        clusters?: ClusterCompliance[];
        nextPageToken?: string;
        prevPageToken?: string;
    }
    Index

    Properties

    clusters?: ClusterCompliance[]

    A list of clusters and their policy compliance statuses.

    nextPageToken?: string

    This field represents the pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

    prevPageToken?: string

    This field represents the pagination token to retrieve the previous page of results. If the value is "", it means no further results for the request.