|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter has_role. More...
Public Attributes | |
| const string | TRUE = "true" |
| User has membership in the role. More... | |
| const string | FALSE = "false" |
| User does not have membership in the role. More... | |
A set of string constants for the parameter has_role.
Indicates whether the specified user has membership in the specified target role.
Definition at line 189 of file HasRole.cs.
| const string HasRoleResponse.HasRole.FALSE = "false" |
User does not have membership in the role.
Definition at line 195 of file HasRole.cs.
| const string HasRoleResponse.HasRole.TRUE = "true" |
User has membership in the role.
Definition at line 192 of file HasRole.cs.