Databricks SDK for JavaScript
    Preparing search index...

    Interface EnforcePolicyComplianceForClusterResponse

    interface EnforcePolicyComplianceForClusterResponse {
        changes?: EnforcePolicyComplianceForClusterResponse_ClusterSettingsChange[];
        hasChanges?: boolean;
    }
    Index

    Properties

    A list of changes that have been made to the cluster settings for the cluster to become compliant with its policy.

    hasChanges?: boolean

    Whether any changes have been made to the cluster settings for the cluster to become compliant with its policy.