A set of string constants for the parameter RevokePermissionRequest.permission. More…
Static Public Attributes | |
| const string | ADMIN = “admin” |
| Full read/write and administrative access on the object. | |
| const string | CONNECT = “connect” |
| Connect access on the given data source or data sink. | |
| const string | CREATE = “create” |
| Ability to create new objects of this type. | |
| const string | DELETE = “delete” |
| Delete rows from tables. | |
| const string | EXECUTE = “execute” |
| Ability to Execute the Procedure object. | |
| const string | INSERT = “insert” |
| Insert access to tables. | |
| const string | MONITOR = “monitor” |
| Monitor logs and statistics. | |
| const string | READ = “read” |
| Ability to read, list and use the object. | |
| const string | SEND_ALERT = “send_alert” |
| Ability to send system alerts. | |
| const string | UPDATE = “update” |
| Update access to the table. | |
| const string | USER_ADMIN = “user_admin” |
| Access to administer users and roles that do not have system_admin permission. | |
| const string | WRITE = “write” |
| Access to write, change and delete objects. | |
Detailed Description
A set of string constants for the parameter RevokePermissionRequest.permission.
Permission being revoked.
Definition at line 66 of file RevokePermission.cs.
Member Data Documentation
◆ ADMIN
| static |
Full read/write and administrative access on the object.
Definition at line 70 of file RevokePermission.cs.
◆ CONNECT
| static |
Connect access on the given data source or data sink.
Definition at line 74 of file RevokePermission.cs.
◆ CREATE
| static |
Ability to create new objects of this type.
Definition at line 77 of file RevokePermission.cs.
◆ DELETE
| static |
Delete rows from tables.
Definition at line 80 of file RevokePermission.cs.
◆ EXECUTE
| static |
Ability to Execute the Procedure object.
Definition at line 83 of file RevokePermission.cs.
◆ INSERT
| static |
Insert access to tables.
Definition at line 86 of file RevokePermission.cs.
◆ MONITOR
| static |
Monitor logs and statistics.
Definition at line 89 of file RevokePermission.cs.
◆ READ
| static |
Ability to read, list and use the object.
Definition at line 92 of file RevokePermission.cs.
◆ SEND_ALERT
| static |
Ability to send system alerts.
Definition at line 95 of file RevokePermission.cs.
◆ UPDATE
| static |
Update access to the table.
Definition at line 98 of file RevokePermission.cs.
◆ USER_ADMIN
| static |
Access to administer users and roles that do not have system_admin permission.
Definition at line 102 of file RevokePermission.cs.
◆ WRITE
| static |
Access to write, change and delete objects.
Definition at line 105 of file RevokePermission.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/RevokePermission.cs
- Kinetica/Protocol/RevokePermission.cs