Databricks SDK for JavaScript
    Preparing search index...

    Interface EnforcePolicyComplianceForClusterResponse_ClusterSettingsChange

    Represents a change to the cluster settings required for the cluster to become compliant with its policy.

    interface EnforcePolicyComplianceForClusterResponse_ClusterSettingsChange {
        field?: string;
        newValue?: string;
        previousValue?: string;
    }
    Index

    Properties

    field?: string

    The field where this change would be made.

    newValue?: string

    The new value of this field after enforcing policy compliance (either a number, a boolean, or a string) converted to a string. This is intended to be read by a human. The typed new value of this field can be retrieved by reading the settings field in the API response.

    previousValue?: string

    The previous value of this field before enforcing policy compliance (either a number, a boolean, or a string) converted to a string. This is intended to be read by a human. The type of the field can be retrieved by reading the settings field in the API response.