Databricks SDK for JavaScript
    Preparing search index...

    Interface ClusterAutoRestartMessage_EnablementDetails

    Contains an information about the enablement status judging (e.g. whether the enterprise tier is enabled) This is only additional information that MUST NOT be used to decide whether the setting is enabled or not. This is intended to use only for purposes like showing an error message to the customer with the additional details. For example, using these details we can check why exactly the feature is disabled for this customer.

    interface ClusterAutoRestartMessage_EnablementDetails {
        forcedForComplianceMode?: boolean;
        unavailableForDisabledEntitlement?: boolean;
        unavailableForNonEnterpriseTier?: boolean;
    }
    Index

    Properties

    forcedForComplianceMode?: boolean

    The feature is force enabled if compliance mode is active

    unavailableForDisabledEntitlement?: boolean

    The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)

    unavailableForNonEnterpriseTier?: boolean

    The feature is unavailable if the customer doesn't have enterprise tier