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. | |
Public Attributes | |
| std::vector< std::string > | credentialNames |
| A list of all credential names. | |
| std::vector< std::string > | credentialTypes |
| A list of each credential’s type. | |
| std::vector< std::string > | credentialIdentities |
| A list of each credential’s identity. | |
| std::vector< std::string > | credentials |
| A list of each credential’s create_credential_request JSON encoded structure. | |
| std::vector< std::map< std::string, std::string > > | additionalInfo |
| Additional information about the respective credential in credentialNames. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showCredential.
Definition at line 113 of file show_credential.h.
Constructor & Destructor Documentation
◆ ShowCredentialResponse()
| inline |
Constructs a ShowCredentialResponse object with default parameters.
Definition at line 118 of file show_credential.h.
Member Data Documentation
◆ additionalInfo
| 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.
◆ credentialIdentities
| std::vector<std::string> gpudb::ShowCredentialResponse::credentialIdentities |
A list of each credential’s identity.
Definition at line 141 of file show_credential.h.
◆ credentialNames
| std::vector<std::string> gpudb::ShowCredentialResponse::credentialNames |
A list of all credential names.
Definition at line 131 of file show_credential.h.
◆ credentials
| 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.
◆ credentialTypes
| std::vector<std::string> gpudb::ShowCredentialResponse::credentialTypes |
A list of each credential’s type.
Definition at line 136 of file show_credential.h.
◆ info
| std::map<std::string, std::string> gpudb::ShowCredentialResponse::info |
Additional information.
Definition at line 158 of file show_credential.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_credential.h