Databricks SDK for JavaScript
    Preparing search index...

    An organizational resource for storing secrets. Secret scopes can be different types (Databricks-managed, Azure KeyVault backed, etc), and ACLs can be applied to control permissions for all secrets within a scope.

    interface SecretScope {
        backendType?: ScopeBackendType;
        keyvaultMetadata?: AzureKeyVaultSecretScopeMetadata;
        name?: string;
    }
    Index

    Properties

    backendType?: ScopeBackendType

    The type of secret scope backend.

    The metadata for the secret scope if the type is AZURE_KEYVAULT

    name?: string

    A unique name to identify the secret scope.