Gets the effective permissions for a securable.
Usage
get_grant_effective(client, securable_type, full_name, principal = NULL)
grantsGetEffective(client, securable_type, full_name, principal = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- securable_type
Required. Type of securable.
- full_name
Required. Full name of securable.
- principal
If provided, only the effective permissions for the specified principal (user or group) are returned.