A set of parameters for GPUdb::createUserExternal. More…
#include <gpudb/protocol/create_user_external.h>
Public Member Functions | |
| CreateUserExternalRequest () | |
| Constructs a CreateUserExternalRequest object with default parameters. | |
| CreateUserExternalRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
| Constructs a CreateUserExternalRequest object with the specified parameters. | |
Public Attributes | |
| std::string | name |
| Name of the user to be created. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::createUserExternal.
Creates a new external user (a user whose credentials are managed by an external LDAP).
Definition at line 19 of file create_user_external.h.
Constructor & Destructor Documentation
◆ CreateUserExternalRequest() [1/2]
| inline |
Constructs a CreateUserExternalRequest object with default parameters.
Definition at line 25 of file create_user_external.h.
◆ CreateUserExternalRequest() [2/2]
| inline |
Constructs a CreateUserExternalRequest object with the specified parameters.
| [in] | name_ | Name of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user. |
| [in] | options_ | Optional parameters.
|
Definition at line 102 of file create_user_external.h.
Member Data Documentation
◆ name
| std::string gpudb::CreateUserExternalRequest::name |
Name of the user to be created.
Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user.
Definition at line 113 of file create_user_external.h.
◆ options
| std::map<std::string, std::string> gpudb::CreateUserExternalRequest::options |
Optional parameters.
- create_user_external_activated: Is the user allowed to login. Supported values:
- create_user_external_true: User may login.
- create_user_external_false: User may not login.
- create_user_external_create_home_directory: When true, a home directory in KiFS is created for this user. Supported values:The default value is create_user_external_true.
- create_user_external_default_schema: Default schema to associate with this user.
- create_user_external_directory_data_limit: 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.
- create_user_external_resource_group: Name of an existing resource group to associate with this user.
The default value is an empty map.
Definition at line 160 of file create_user_external.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_user_external.h