Gets the permissions for a securable.
Usage
get_grant(client, securable_type, full_name, principal = NULL)
grantsGet(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 permissions for the specified principal (user or group) are returned.