Gets the permissions of an object. Objects can inherit permissions from their
parent objects or root object.
Usage
get_permission(client, request_object_type, request_object_id)
permissionsGet(client, request_object_type, request_object_id)
Arguments
- client
Required. Instance of DatabricksClient()
- request_object_type
Required. The type of the request object.
- request_object_id
Required. The id of the request object.