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

A set of output parameters for 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
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for 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.

Constructor & Destructor Documentation

gpudb::CreateUserExternalResponse::CreateUserExternalResponse ( )
inline

Constructs a CreateUserExternalResponse object with default parameter values.

Definition at line 113 of file create_user_external.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::CreateUserExternalResponse::info

Definition at line 120 of file create_user_external.h.

std::string gpudb::CreateUserExternalResponse::name

Definition at line 119 of file create_user_external.h.


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