SHOW GRANTS ON SHARE
Applies to:  Databricks SQL 
 Databricks Runtime 10.4 LTS and above 
 Unity Catalog only
Displays all recipients with access to a share.
To run this command you must be an administrator.
Syntax
SHOW GRANTS ON SHARE
You can also use GRANT as an alternative for GRANTS.
Parameters
- 
The name of the share whose shares will be listed.
 
Example
SQL
> SHOW GRANTS ON SHARE shared_date;
  recipient actionType objectType objectKey
  --------- ---------- ---------- ---------
  some_corp SELECT
  other_org SELECT