A set of string constants for the parameter CreateUserExternalRequest.options. More…
Static Public Attributes | |
| const string | ACTIVATED = “activated” |
| Is the user allowed to login. | |
| const string | TRUE = “true” |
| A boolean constant for the CreateUserExternalRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the CreateUserExternalRequest.Options options. | |
| const string | CREATE_HOME_DIRECTORY = “create_home_directory” |
| When TRUE, a home directory in KiFS is created for this user. | |
| const string | DEFAULT_SCHEMA = “default_schema” |
| Default schema to associate with this user. | |
| const string | DIRECTORY_DATA_LIMIT = “directory_data_limit” |
| The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE. | |
| const string | RESOURCE_GROUP = “resource_group” |
| Name of an existing resource group to associate with this user. | |
Detailed Description
A set of string constants for the parameter CreateUserExternalRequest.options.
Optional parameters.
Definition at line 21 of file CreateUserExternal.cs.
Member Data Documentation
◆ ACTIVATED
| static |
Is the user allowed to login.
Supported values:
The default value is TRUE.
Definition at line 42 of file CreateUserExternal.cs.
◆ CREATE_HOME_DIRECTORY
| static |
◆ DEFAULT_SCHEMA
| static |
Default schema to associate with this user.
Definition at line 74 of file CreateUserExternal.cs.
◆ DIRECTORY_DATA_LIMIT
| static |
The maximum capacity to apply to the created directory if CREATE_HOME_DIRECTORY is TRUE.
Set to -1 to indicate no upper limit. If empty, the system default limit is applied.
Definition at line 83 of file CreateUserExternal.cs.
◆ FALSE
| static |
A boolean constant for the CreateUserExternalRequest.Options options.
Definition at line 50 of file CreateUserExternal.cs.
◆ RESOURCE_GROUP
| static |
Name of an existing resource group to associate with this user.
Definition at line 87 of file CreateUserExternal.cs.
◆ TRUE
| static |
A boolean constant for the CreateUserExternalRequest.Options options.
Definition at line 46 of file CreateUserExternal.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/CreateUserExternal.cs
- Kinetica/Protocol/CreateUserExternal.cs