GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/create_user_external.h>
Public Member Functions | |
CreateUserExternalRequest () | |
Constructs a CreateUserExternalRequest object with default parameter values. More... | |
CreateUserExternalRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a CreateUserExternalRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | options |
A set of input parameters for const.
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.
|
inline |
Constructs a CreateUserExternalRequest object with default parameter values.
Definition at line 26 of file create_user_external.h.
|
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 43 of file create_user_external.h.
std::string gpudb::CreateUserExternalRequest::name |
Definition at line 49 of file create_user_external.h.
std::map<std::string, std::string> gpudb::CreateUserExternalRequest::options |
Definition at line 50 of file create_user_external.h.