| Kinetica   C#   API
    Version 7.2.3.0
    | 
A set of string constants for the parameter has_permission. More...
| Public Attributes | |
| const string | TRUE = "true" | 
| User has the effective queried permission  More... | |
| const string | FALSE = "false" | 
| User does not have the queried permission  More... | |
A set of string constants for the parameter has_permission.
Indicates whether the specified user has the specified permission on the specified target.
Definition at line 465 of file HasPermission.cs.
| const string kinetica.HasPermissionResponse.HasPermission.FALSE = "false" | 
User does not have the queried permission
Definition at line 471 of file HasPermission.cs.
| const string kinetica.HasPermissionResponse.HasPermission.TRUE = "true" | 
User has the effective queried permission
Definition at line 468 of file HasPermission.cs.