A set of results returned by Kinetica.hasRole.
More...
A set of results returned by Kinetica.hasRole.
Definition at line 187 of file HasRole.cs.
◆ has_role
bool kinetica.HasRoleResponse.has_role |
|
getset |
Indicates whether the specified user has membership in the specified target role.
Supported values:
-
true: User has membership in the role
-
false: User does not have membership in the role
Definition at line 250 of file HasRole.cs.
◆ info
IDictionary<string, string> kinetica.HasRoleResponse.info = new Dictionary<string, string>() |
|
getset |
Additional information.
-
DIRECT: TRUE when principal is directly a member of the role. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 272 of file HasRole.cs.
◆ principal
string kinetica.HasRoleResponse.principal |
|
getset |
◆ role
string kinetica.HasRoleResponse.role |
|
getset |
role for which membership is being checked
Definition at line 233 of file HasRole.cs.
The documentation for this class was generated from the following file: