@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 |
|---|---|
GetPermissionsResponse |
get(GetGrantRequest getGrantRequest)
Gets the permissions for a securable.
|
EffectivePermissionsList |
getEffective(GetEffectiveRequest getEffectiveRequest)
Gets the effective permissions for a securable.
|
UpdatePermissionsResponse |
update(UpdatePermissions updatePermissions)
Updates the permissions for a securable.
|
GetPermissionsResponse get(GetGrantRequest getGrantRequest)
EffectivePermissionsList getEffective(GetEffectiveRequest getEffectiveRequest)
UpdatePermissionsResponse update(UpdatePermissions updatePermissions)
Copyright © 2025. All rights reserved.