Uses of Class
com.databricks.sdk.service.workspace.SecretScope
-
Packages that use SecretScope Package Description com.databricks.sdk.service.workspace -
-
Uses of SecretScope in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return SecretScope Modifier and Type Method Description SecretScopeSecretScope. setBackendType(ScopeBackendType backendType)SecretScopeSecretScope. setKeyvaultMetadata(AzureKeyVaultSecretScopeMetadata keyvaultMetadata)SecretScopeSecretScope. setName(String name)Methods in com.databricks.sdk.service.workspace that return types with arguments of type SecretScope Modifier and Type Method Description Collection<SecretScope>ListScopesResponse. getScopes()Iterable<SecretScope>SecretsAPI. listScopes()List all scopes.Method parameters in com.databricks.sdk.service.workspace with type arguments of type SecretScope Modifier and Type Method Description ListScopesResponseListScopesResponse. setScopes(Collection<SecretScope> scopes)
-