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 452 of file HasPermission.cs.
const string kinetica.HasPermissionResponse.HasPermission.FALSE = "false" |
User does not have the queried permission
Definition at line 458 of file HasPermission.cs.
const string kinetica.HasPermissionResponse.HasPermission.TRUE = "true" |
User has the effective queried permission
Definition at line 455 of file HasPermission.cs.