Kinetica C# API
Version 6.2.0.1
|
Permission to grant to 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 grant to the user or role.
Supported values:
A set of string constants for the parameter permission.
Definition at line 45 of file GrantPermissionSystem.cs.
const string kinetica.GrantPermissionSystemRequest.Permission.SYSTEM_ADMIN = "system_admin" |
Full access to all data and system functions.
Definition at line 50 of file GrantPermissionSystem.cs.
const string kinetica.GrantPermissionSystemRequest.Permission.SYSTEM_READ = "system_read" |
Read-only access to all tables.
Definition at line 56 of file GrantPermissionSystem.cs.
const string kinetica.GrantPermissionSystemRequest.Permission.SYSTEM_WRITE = "system_write" |
Read and write access to all tables.
Definition at line 53 of file GrantPermissionSystem.cs.