A set of string constants for the parameter HasRoleRequest.options. More…
Static Public Attributes | |
| const string | NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists” |
| If FALSE will return an error if the provided HasRoleRequest.role does not exist or is blank. | |
| const string | TRUE = “true” |
| A boolean constant for the HasRoleRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the HasRoleRequest.Options options. | |
| const string | ONLY_DIRECT = “only_direct” |
| If FALSE will search recursively if the HasRoleRequest.principal is a member of HasRoleRequest.role. | |
Detailed Description
A set of string constants for the parameter HasRoleRequest.options.
Optional parameters.
Definition at line 20 of file HasRole.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the HasRoleRequest.Options options.
Definition at line 50 of file HasRole.cs.
◆ NO_ERROR_IF_NOT_EXISTS
| static |
If FALSE will return an error if the provided HasRoleRequest.role does not exist or is blank.
If TRUE then it will return FALSE for has_role. Supported values:
The default value is FALSE.
Definition at line 42 of file HasRole.cs.
◆ ONLY_DIRECT
| static |
If FALSE will search recursively if the HasRoleRequest.principal is a member of HasRoleRequest.role.
If TRUE then HasRoleRequest.principal must directly be a member of HasRoleRequest.role. Supported values:
The default value is FALSE.
Definition at line 72 of file HasRole.cs.
◆ TRUE
| static |
A boolean constant for the HasRoleRequest.Options options.
Definition at line 46 of file HasRole.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/HasRole.cs
- Kinetica/Protocol/HasRole.cs