GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/grant_permission_credential.h>
Public Member Functions | |
GrantPermissionCredentialResponse () | |
Constructs a GrantPermissionCredentialResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::string | credentialName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Grants a credential-level permission to a user or role.
Definition at line 138 of file grant_permission_credential.h.
|
inline |
Constructs a GrantPermissionCredentialResponse object with default parameter values.
Definition at line 145 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::credentialName |
Definition at line 155 of file grant_permission_credential.h.
std::map<std::string, std::string> gpudb::GrantPermissionCredentialResponse::info |
Definition at line 156 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::name |
Definition at line 153 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::permission |
Definition at line 154 of file grant_permission_credential.h.