Skip to main content

SecretScope

Properties

PropertyTypeAttributesDescription
scopeNamestringRequiredThe name of the secret scope. Must consist of alphanumeric characters, dashes, underscores, and periods, and may not exceed 128 characters.
backendType'DATABRICKS' | 'AZURE_KEYVAULT'Read-onlyThe backend type for the secret scope. Either 'DATABRICKS' or 'AZURE_KEYVAULT'.
initialManagePrincipalstringThe principal that is initially granted MANAGE permission to the created scope.
keyVaultMetadataAzureKeyVaultMetadataAzure Key Vault metadata if using Azure Key Vault backend.

AzureKeyVaultMetadata

PropertyTypeAttributesDescription
dnsNamestringRequiredThe DNS name of the Azure Key Vault.
resourceIdstringRequiredThe resource ID of the Azure Key Vault.