GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateUserExternalRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::CreateUserExternalRequest::CreateUserExternalRequest ( )
inline

Constructs a CreateUserExternalRequest object with default parameter values.

Definition at line 26 of file create_user_external.h.

gpudb::CreateUserExternalRequest::CreateUserExternalRequest ( const std::string &  name_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a CreateUserExternalRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: