GPUdb.grant_permission_table( name = None, permission = None, table_name = None,
filter_expression = '', options = None )
Grants a table-level permission to a user or role.
Input Parameter Description
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| name | str | Name of the user or role to which the permission will be granted. Must be an existing user or role. | ||||||||||||
| permission | str | Permission to grant to the user or role.
|
||||||||||||
| table_name | str | Name of the table to which the permission grants access. Must be an existing table, collection, or view. If a collection, the permission also applies to tables and views in the collection. | ||||||||||||
| filter_expression | str | Reserved for future use. Default value is ''. | ||||||||||||
| options | dict of str | Optional parameters. |
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| name | str | Value of input parameter name. |
| permission | str | Value of input parameter permission. |
| table_name | str | Value of input parameter table_name. |
| filter_expression | str | Value of input parameter filter_expression. |