Databricks SDK for JavaScript
    Preparing search index...

    Variable ScopeBackendTypeConst

    ScopeBackendType: { AZURE_KEYVAULT: "AZURE_KEYVAULT"; DATABRICKS: "DATABRICKS" } = ...

    The types of secret scope backends in the Secret Manager. Azure KeyVault backed secret scopes will be supported in a later release.

    Type Declaration

    • ReadonlyAZURE_KEYVAULT: "AZURE_KEYVAULT"

      A customer Azure KeyVault backed secret scope. Reading secrets from this scope will directly read secrets from the customer vault. Only scope and secret ACL metadata are stored in Databricks.

    • ReadonlyDATABRICKS: "DATABRICKS"

      A secret scope in which secrets are stored in Databrick managed storage and encrypted with a cloud-based specific encryption key.