Databricks SDK for JavaScript
    Preparing search index...

    Interface GetPolicyComplianceForClusterResponse

    interface GetPolicyComplianceForClusterResponse {
        isCompliant?: boolean;
        violations?: Record<string, string>;
    }
    Index

    Properties

    isCompliant?: boolean

    Whether the cluster is compliant with its policy or not. Clusters could be out of compliance if the policy was updated after the cluster was last edited.

    violations?: Record<string, string>

    An object containing key-value mappings representing the first 200 policy validation errors. The keys indicate the path where the policy validation error is occurring. The values indicate an error message describing the policy validation error.