GPUdb C++ API
Version 7.1.10.0
|
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 |
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.
|
inline |
Constructs a ShowCredentialResponse object with default parameter values.
Definition at line 117 of file show_credential.h.
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.