GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for grantPermissionSystem(const GrantPermissionSystemRequest&) const. More...
#include <gpudb/protocol/grant_permission_system.h>
Public Member Functions | |
GrantPermissionSystemResponse () | |
Constructs a GrantPermissionSystemResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
A set of output parameters for grantPermissionSystem(const GrantPermissionSystemRequest&) const.
Grants a system-level permission to a user or role.
Definition at line 124 of file grant_permission_system.h.
|
inline |
Constructs a GrantPermissionSystemResponse object with default parameter values.
Definition at line 131 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemResponse::name |
Definition at line 137 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemResponse::permission |
Definition at line 138 of file grant_permission_system.h.