GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/grant_permission_system.h>
Public Member Functions | |
GrantPermissionSystemRequest () | |
Constructs a GrantPermissionSystemRequest object with default parameter values. More... | |
GrantPermissionSystemRequest (const std::string &name_, const std::string &permission_, const std::map< std::string, std::string > &options_) | |
Constructs a GrantPermissionSystemRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Grants a system-level permission to a user or role.
Definition at line 18 of file grant_permission_system.h.
|
inline |
Constructs a GrantPermissionSystemRequest object with default parameter values.
Definition at line 25 of file grant_permission_system.h.
|
inline |
Constructs a GrantPermissionSystemRequest object with the specified parameters.
[in] | name_ | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
[in] | permission_ | Permission to grant to the user or role.
|
[in] | options_ | Optional parameters. |
Definition at line 58 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemRequest::name |
Definition at line 65 of file grant_permission_system.h.
std::map<std::string, std::string> gpudb::GrantPermissionSystemRequest::options |
Definition at line 67 of file grant_permission_system.h.
std::string gpudb::GrantPermissionSystemRequest::permission |
Definition at line 66 of file grant_permission_system.h.