GPUdb C++ API  Version 6.2.0.3
gpudb::CreateUserExternalResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CreateUserExternalResponse()

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

◆ name

std::string gpudb::CreateUserExternalResponse::name

Definition at line 118 of file create_user_external.h.


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