A set of string constants for the parameter RevokePermissionTableRequest.permission. More…
Static Public Attributes | |
| const string | TABLE_ADMIN = “table_admin” |
| Full read/write and administrative access to the table. | |
| const string | TABLE_INSERT = “table_insert” |
| Insert access to the table. | |
| const string | TABLE_UPDATE = “table_update” |
| Update access to the table. | |
| const string | TABLE_DELETE = “table_delete” |
| Delete access to the table. | |
| const string | TABLE_READ = “table_read” |
| Read access to the table. | |
Detailed Description
A set of string constants for the parameter RevokePermissionTableRequest.permission.
Permission to revoke from the user or role.
Definition at line 22 of file RevokePermissionTable.cs.
Member Data Documentation
◆ TABLE_ADMIN
| static |
Full read/write and administrative access to the table.
Definition at line 26 of file RevokePermissionTable.cs.
◆ TABLE_DELETE
| static |
Delete access to the table.
Definition at line 35 of file RevokePermissionTable.cs.
◆ TABLE_INSERT
| static |
Insert access to the table.
Definition at line 29 of file RevokePermissionTable.cs.
◆ TABLE_READ
| static |
Read access to the table.
Definition at line 38 of file RevokePermissionTable.cs.
◆ TABLE_UPDATE
| static |
Update access to the table.
Definition at line 32 of file RevokePermissionTable.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/RevokePermissionTable.cs
- Kinetica/Protocol/RevokePermissionTable.cs