secrets_create_scope
Create a secret scope to organize and manage secrets, optionally integrating with Azure Key Vault or using Databricks backend. Assign initial manage permissions to control access.
Instructions
Create a new secret scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Scope name | |
| initial_manage_principal | No | Optional principal (users/groups/service principals) given MANAGE permission on the new scope | |
| backend_type | No | AZURE_KEYVAULT | DATABRICKS | |
| keyvault_metadata | No | Required when backend_type=AZURE_KEYVAULT. Fields: resource_id, dns_name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |