Databricks SDK for JavaScript
    Preparing search index...
    interface ClusterCompliance {
        clusterId?: string;
        isCompliant?: boolean;
        pendingEnforcement?: PendingEnforcement;
        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.

    pendingEnforcement?: PendingEnforcement

    Information about the pending enforcement for the cluster. Only present if a pending enforcement is scheduled for the cluster.

    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.