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 boolean
equals(Object o)
AzureKeyVaultSecretScopeMetadata
getBackendAzureKeyvault()
String
getInitialManagePrincipal()
String
getScope()
ScopeBackendType
getScopeBackendType()
int
hashCode()
CreateScope
setBackendAzureKeyvault(AzureKeyVaultSecretScopeMetadata backendAzureKeyvault)
CreateScope
setInitialManagePrincipal(String initialManagePrincipal)
CreateScope
setScope(String scope)
CreateScope
setScopeBackendType(ScopeBackendType scopeBackendType)
String
toString()
-
-
-
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()
-
-