Databricks SDK for JavaScript
    Preparing search index...

    Interface EnforcePolicyComplianceResponse

    interface EnforcePolicyComplianceResponse {
        hasChanges?: boolean;
        jobClusterChanges?: EnforcePolicyComplianceResponse_JobClusterSettingsChange[];
        settings?: JobSettings;
    }
    Index

    Properties

    hasChanges?: boolean

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

    A list of job cluster changes that have been made to the job’s cluster settings in order for all job clusters to become compliant with their policies.

    settings?: JobSettings

    Updated job settings after policy enforcement. Policy enforcement only applies to job clusters that are created when running the job (which are specified in new_cluster) and does not apply to existing all-purpose clusters. Updated job settings are derived by applying policy default values to the existing job clusters in order to satisfy policy requirements.