@Generated public interface GrantsService
Securable objects in Unity Catalog are hierarchical and privileges are inherited downward. This means that granting a privilege on the catalog automatically grants the privilege to all current and future objects within the catalog. Similarly, privileges granted on a schema are inherited by all current and future objects within that schema.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
PermissionsList |
get(GetGrantRequest getGrantRequest)
Get permissions.
|
EffectivePermissionsList |
getEffective(GetEffectiveRequest getEffectiveRequest)
Get effective permissions.
|
PermissionsList |
update(UpdatePermissions updatePermissions)
Update permissions.
|
PermissionsList get(GetGrantRequest getGrantRequest)
Gets the permissions for a securable.
EffectivePermissionsList getEffective(GetEffectiveRequest getEffectiveRequest)
Gets the effective permissions for a securable.
PermissionsList update(UpdatePermissions updatePermissions)
Updates the permissions for a securable.
Copyright © 2024. All rights reserved.