| 
    Kinetica   C#   API
    Version 7.2.3.0
    
   | 
 
A set of string constants for the parameter permission. More...
Public Attributes | |
| const string | PROC_ADMIN = "proc_admin" | 
| Admin access to the proc.  More... | |
| const string | PROC_EXECUTE = "proc_execute" | 
| Execute access to the proc.  More... | |
A set of string constants for the parameter permission.
Permission to revoke from the user or role.
Definition at line 22 of file RevokePermissionProc.cs.
| const string kinetica.RevokePermissionProcRequest.Permission.PROC_ADMIN = "proc_admin" | 
Admin access to the proc.
Definition at line 25 of file RevokePermissionProc.cs.
| const string kinetica.RevokePermissionProcRequest.Permission.PROC_EXECUTE = "proc_execute" | 
Execute access to the proc.
Definition at line 28 of file RevokePermissionProc.cs.