GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showCredential. More...
#include <gpudb/protocol/show_credential.h>
Public Member Functions | |
ShowCredentialResponse () | |
Constructs a ShowCredentialResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | credentialNames |
A list of all credential names. More... | |
std::vector< std::string > | credentialTypes |
A list of each credential's type. More... | |
std::vector< std::string > | credentialIdentities |
A list of each credential's identity. More... | |
std::vector< std::string > | credentials |
A list of each credential's create_credential_request JSON encoded structure. More... | |
std::vector< std::map< std::string, std::string > > | additionalInfo |
Additional information about the respective credential in credentialNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showCredential.
Definition at line 113 of file show_credential.h.
|
inline |
Constructs a ShowCredentialResponse object with default parameters.
Definition at line 118 of file show_credential.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowCredentialResponse::additionalInfo |
Additional information about the respective credential in credentialNames.
Definition at line 153 of file show_credential.h.
std::vector<std::string> gpudb::ShowCredentialResponse::credentialIdentities |
A list of each credential's identity.
Definition at line 141 of file show_credential.h.
std::vector<std::string> gpudb::ShowCredentialResponse::credentialNames |
A list of all credential names.
Definition at line 131 of file show_credential.h.
std::vector<std::string> gpudb::ShowCredentialResponse::credentials |
A list of each credential's create_credential_request JSON encoded structure.
Definition at line 147 of file show_credential.h.
std::vector<std::string> gpudb::ShowCredentialResponse::credentialTypes |
A list of each credential's type.
Definition at line 136 of file show_credential.h.
std::map<std::string, std::string> gpudb::ShowCredentialResponse::info |
Additional information.
Definition at line 158 of file show_credential.h.