SecretScope
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
scopeName | string | Required | The 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-only | The backend type for the secret scope. Either 'DATABRICKS' or 'AZURE_KEYVAULT'. |
initialManagePrincipal | string | The principal that is initially granted MANAGE permission to the created scope. | |
keyVaultMetadata | AzureKeyVaultMetadata | Azure Key Vault metadata if using Azure Key Vault backend. |
AzureKeyVaultMetadata
| Property | Type | Attributes | Description |
|---|---|---|---|
dnsName | string | Required | The DNS name of the Azure Key Vault. |
resourceId | string | Required | The resource ID of the Azure Key Vault. |