View source: R/generated_client.R
| databases_get_table_privilegesschema_name | R Documentation | 
Show table privileges
databases_get_table_privilegesschema_name(
  id,
  schema_name,
  table_name,
  credential_id = NULL
)
| id | integer required. The ID of the database | 
| schema_name | string required. The name of the schema | 
| table_name | string required. The name of the table | 
| credential_id | integer optional. If provided, schemas will be filtered based on the given credential. | 
A list containing the following elements:
| grantee | string, Name of the granted user or group | 
| granteeType | string, User or group | 
| privileges | array, Privileges that the grantee has on this resource | 
| grantablePrivileges | array, Privileges that the grantee can grant to others for this resource | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.