Databricks SDK for JavaScript
    Preparing search index...
    interface ClusterCompliance {
        clusterId?: string;
        isCompliant?: boolean;
        violations?: Record<string, string>;
    }
    Index

    Properties

    clusterId?: string

    Canonical unique identifier for a cluster.

    isCompliant?: boolean

    Whether this cluster is in compliance with the latest version of its policy.

    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.