◆ revokePermissionTable() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 58988 of file KineticaFunctions.cs.
◆ revokePermissionTable() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| table_name | Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table, view or schema. |
| options | Optional parameters.
|
Definition at line 59074 of file KineticaFunctions.cs.
◆ RevokePermissionTableAsync() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 59006 of file KineticaFunctions.cs.
◆ RevokePermissionTableAsync() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a table-level permission from a user or role.
(async)
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values:
|
| table_name | Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table, view or schema. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 59146 of file KineticaFunctions.cs.