| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
SecurableType |
EffectivePrivilege.getInheritedFromType() |
SecurableType |
GetEffectiveRequest.getSecurableType() |
SecurableType |
UpdatePermissions.getSecurableType() |
SecurableType |
GetGrantRequest.getSecurableType() |
static SecurableType |
SecurableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurableType[] |
SecurableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionsList |
GrantsAPI.get(SecurableType securableType,
String fullName) |
EffectivePermissionsList |
GrantsAPI.getEffective(SecurableType securableType,
String fullName) |
EffectivePrivilege |
EffectivePrivilege.setInheritedFromType(SecurableType inheritedFromType) |
GetEffectiveRequest |
GetEffectiveRequest.setSecurableType(SecurableType securableType) |
UpdatePermissions |
UpdatePermissions.setSecurableType(SecurableType securableType) |
GetGrantRequest |
GetGrantRequest.setSecurableType(SecurableType securableType) |
PermissionsList |
GrantsAPI.update(SecurableType securableType,
String fullName) |
Copyright © 2024. All rights reserved.