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

A set of output parameters for const. More...

#include <gpudb/protocol/show_credential.h>

Public Member Functions

 ShowCredentialResponse ()
 Constructs a ShowCredentialResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > credentialNames
 
std::vector< std::string > credentialTypes
 
std::vector< std::string > credentialIdentities
 
std::vector< std::string > credentials
 
std::vector< std::map
< std::string, std::string > > 
additionalInfo
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Shows information about a specified credential or all credentials.

Definition at line 110 of file show_credential.h.

Constructor & Destructor Documentation

gpudb::ShowCredentialResponse::ShowCredentialResponse ( )
inline

Constructs a ShowCredentialResponse object with default parameter values.

Definition at line 117 of file show_credential.h.

Member Data Documentation

std::vector<std::map<std::string, std::string> > gpudb::ShowCredentialResponse::additionalInfo

Definition at line 131 of file show_credential.h.

std::vector<std::string> gpudb::ShowCredentialResponse::credentialIdentities

Definition at line 129 of file show_credential.h.

std::vector<std::string> gpudb::ShowCredentialResponse::credentialNames

Definition at line 127 of file show_credential.h.

std::vector<std::string> gpudb::ShowCredentialResponse::credentials

Definition at line 130 of file show_credential.h.

std::vector<std::string> gpudb::ShowCredentialResponse::credentialTypes

Definition at line 128 of file show_credential.h.

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

Definition at line 132 of file show_credential.h.


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