GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for createUserExternal(const CreateUserExternalRequest&) const. More...
#include <gpudb/protocol/create_user_external.h>
Public Member Functions | |
CreateUserExternalResponse () | |
Constructs a CreateUserExternalResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
A set of output parameters for createUserExternal(const CreateUserExternalRequest&) const.
Creates a new external user (a user whose credentials are managed by an external LDAP).
Definition at line 106 of file create_user_external.h.
|
inline |
Constructs a CreateUserExternalResponse object with default parameter values.
Definition at line 113 of file create_user_external.h.
std::string gpudb::CreateUserExternalResponse::name |
Definition at line 118 of file create_user_external.h.