Kinetica C# API
Version 7.1.10.0
|
Indicates whether the specified user has the specified permission on the specified target. 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... | |
Indicates whether the specified user has the specified permission on the specified target.
Supported values:
A set of string constants for the parameter <member name="has_permission">.
Definition at line 636 of file HasPermission.cs.
const string kinetica.HasPermissionResponse.HasPermission.FALSE = "false" |
User does not have the queried permission
Definition at line 643 of file HasPermission.cs.
const string kinetica.HasPermissionResponse.HasPermission.TRUE = "true" |
User has the effective queried permission
Definition at line 640 of file HasPermission.cs.