Databricks SDK for JavaScript
    Preparing search index...
    interface CreateScopeRequest {
        backendAzureKeyvault?: AzureKeyVaultSecretScopeMetadata;
        initialManagePrincipal?: string;
        scope?: string;
        scopeBackendType?: ScopeBackendType;
    }
    Index

    Properties

    backendAzureKeyvault?: AzureKeyVaultSecretScopeMetadata

    The metadata for the secret scope if the type is AZURE_KEYVAULT

    initialManagePrincipal?: string

    The principal that is initially granted MANAGE permission to the created scope.

    scope?: string

    Scope name requested by the user. Scope names are unique.

    scopeBackendType?: ScopeBackendType

    The backend type the scope will be created with. If not specified, will default to DATABRICKS