Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If FALSE will return an error if the provided role does not exist or is blank. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | ONLY_DIRECT = "only_direct" |
If FALSE will search recursively if the principal is a member of role. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file HasRole.cs.
const string kinetica.HasRoleRequest.Options.FALSE = "false" |
Definition at line 40 of file HasRole.cs.
const string kinetica.HasRoleRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
const string kinetica.HasRoleRequest.Options.ONLY_DIRECT = "only_direct" |
const string kinetica.HasRoleRequest.Options.TRUE = "true" |
Definition at line 39 of file HasRole.cs.