Skip to contents

The scope name must consist of alphanumeric characters, dashes, underscores, and periods, and may not exceed 128 characters.

Usage

create_secret_scope(
  client,
  scope,
  backend_azure_keyvault = NULL,
  initial_manage_principal = NULL,
  scope_backend_type = NULL
)

secretsCreateScope(
  client,
  scope,
  backend_azure_keyvault = NULL,
  initial_manage_principal = NULL,
  scope_backend_type = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

scope

Required. Scope name requested by the user.

backend_azure_keyvault

The metadata for the secret scope if the type is AZURE_KEYVAULT.

initial_manage_principal

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

scope_backend_type

The backend type the scope will be created with.