Kinetica C# API
Version 6.0.1.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_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.
Values: system_admin, system_write, system_read.
A set of string constants for the parameter <member name="permission">.
Definition at line 25 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_ADMIN = "system_admin" |
Full access to all data and system functions.
Definition at line 30 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_READ = "system_read" |
Read-only access to all tables.
Definition at line 36 of file RevokePermissionSystem.cs.
const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_WRITE = "system_write" |
Read and write access to all tables.
Definition at line 33 of file RevokePermissionSystem.cs.