A set of string constants for the parameter GrantPermissionSystemRequest.permission. More…
Static Public Attributes | |
| const string | SYSTEM_ADMIN = “system_admin” |
| Full access to all data and system functions. | |
| const string | SYSTEM_USER_ADMIN = “system_user_admin” |
| Access to administer users and roles that do not have system_admin permission. | |
| const string | SYSTEM_WRITE = “system_write” |
| Read and write access to all tables. | |
| const string | SYSTEM_READ = “system_read” |
| Read-only access to all tables. | |
| const string | SYSTEM_SEND_ALERT = “system_send_alert” |
| Send system alerts. | |
Detailed Description
A set of string constants for the parameter GrantPermissionSystemRequest.permission.
Permission to grant to the user or role.
Definition at line 22 of file GrantPermissionSystem.cs.
Member Data Documentation
◆ SYSTEM_ADMIN
| static |
Full access to all data and system functions.
Definition at line 25 of file GrantPermissionSystem.cs.
◆ SYSTEM_READ
| static |
Read-only access to all tables.
Definition at line 35 of file GrantPermissionSystem.cs.
◆ SYSTEM_SEND_ALERT
| static |
Send system alerts.
Definition at line 38 of file GrantPermissionSystem.cs.
◆ SYSTEM_USER_ADMIN
| static |
Access to administer users and roles that do not have system_admin permission.
Definition at line 29 of file GrantPermissionSystem.cs.
◆ SYSTEM_WRITE
| static |
Read and write access to all tables.
Definition at line 32 of file GrantPermissionSystem.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/GrantPermissionSystem.cs
- Kinetica/Protocol/GrantPermissionSystem.cs