Kinetica C# API
Version 7.0.19.0
|
Permission to revoke from the user or role. More...
Public Attributes | |
const string | SYSTEM_ADMIN = "system_admin" |
Full access to all data and system functions. More... | |
const string | SYSTEM_USER_ADMIN = "system_user_admin" |
Access to administer users and roles that do not have system_admin permission. More... | |
const string | SYSTEM_WRITE = "system_write" |
Read and write access to all tables. More... | |
const string | SYSTEM_READ = "system_read" |
Read-only access to all tables. More... | |
Permission to revoke from the user or role.
Supported values:
A set of string constants for the parameter permission.
Definition at line 51 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_ADMIN = "system_admin" |
Full access to all data and system functions.
Definition at line 56 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_READ = "system_read" |
Read-only access to all tables.
Definition at line 66 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_USER_ADMIN = "system_user_admin" |
Access to administer users and roles that do not have system_admin permission.
Definition at line 60 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_WRITE = "system_write" |
Read and write access to all tables.
Definition at line 63 of file RevokePermissionSystem.cs.