|
Kinetica C# API
Version 7.2.3.1
|
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 481 of file HasPermission.cs.
| const string HasPermissionResponse.HasPermission.FALSE = "false" |
User does not have the queried permission.
Definition at line 487 of file HasPermission.cs.
| const string HasPermissionResponse.HasPermission.TRUE = "true" |
User has the effective queried permission.
Definition at line 484 of file HasPermission.cs.