GPUdb C++ API
Version 5.2.0.0
|
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 114 of file grant_permission_system.h.
|
inline |
Constructs a GrantPermissionSystemResponse object with default parameter values.
Definition at line 121 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemResponse::name |
Definition at line 127 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemResponse::permission |
Definition at line 128 of file grant_permission_system.h.