Kinetica C# API
Version 7.2.3.0
|
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 194 of file HasRole.cs.
const string kinetica.HasRoleResponse.HasRole.FALSE = "false" |
User does not have membership in the role
Definition at line 200 of file HasRole.cs.
const string kinetica.HasRoleResponse.HasRole.TRUE = "true" |
User has membership in the role
Definition at line 197 of file HasRole.cs.