Kinetica C# API
Version 7.1.10.0
|
Permission to grant to the user or role. 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... | |
Permission to grant to the user or role.
Supported values:
A set of string constants for the parameter permission.
Definition at line 38 of file GrantPermissionProc.cs.
const string kinetica.GrantPermissionProcRequest.Permission.PROC_ADMIN = "proc_admin" |
Admin access to the proc.
Definition at line 42 of file GrantPermissionProc.cs.
const string kinetica.GrantPermissionProcRequest.Permission.PROC_EXECUTE = "proc_execute" |
Execute access to the proc.
Definition at line 45 of file GrantPermissionProc.cs.