Class CreateScope
- java.lang.Object
-
- com.databricks.sdk.service.workspace.CreateScope
-
@Generated public class CreateScope extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AzureKeyVaultSecretScopeMetadatagetBackendAzureKeyvault()StringgetInitialManagePrincipal()StringgetScope()ScopeBackendTypegetScopeBackendType()inthashCode()CreateScopesetBackendAzureKeyvault(AzureKeyVaultSecretScopeMetadata backendAzureKeyvault)CreateScopesetInitialManagePrincipal(String initialManagePrincipal)CreateScopesetScope(String scope)CreateScopesetScopeBackendType(ScopeBackendType scopeBackendType)StringtoString()
-
-
-
Method Detail
-
setBackendAzureKeyvault
public CreateScope setBackendAzureKeyvault(AzureKeyVaultSecretScopeMetadata backendAzureKeyvault)
-
getBackendAzureKeyvault
public AzureKeyVaultSecretScopeMetadata getBackendAzureKeyvault()
-
setInitialManagePrincipal
public CreateScope setInitialManagePrincipal(String initialManagePrincipal)
-
getInitialManagePrincipal
public String getInitialManagePrincipal()
-
setScope
public CreateScope setScope(String scope)
-
getScope
public String getScope()
-
setScopeBackendType
public CreateScope setScopeBackendType(ScopeBackendType scopeBackendType)
-
getScopeBackendType
public ScopeBackendType getScopeBackendType()
-
-