GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/revoke_permission_proc.h>
Public Member Functions | |
RevokePermissionProcRequest () | |
Constructs a RevokePermissionProcRequest object with default parameter values. More... | |
RevokePermissionProcRequest (const std::string &name_, const std::string &permission_, const std::string &procName_, const std::map< std::string, std::string > &options_) | |
Constructs a RevokePermissionProcRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::string | procName |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Revokes a proc-level permission from a user or role.
Definition at line 18 of file revoke_permission_proc.h.
|
inline |
Constructs a RevokePermissionProcRequest object with default parameter values.
Definition at line 25 of file revoke_permission_proc.h.
|
inline |
Constructs a RevokePermissionProcRequest object with the specified parameters.
[in] | name_ | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
[in] | permission_ | Permission to revoke from the user or role.
|
[in] | procName_ | Name of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs. |
[in] | options_ | Optional parameters. |
Definition at line 52 of file revoke_permission_proc.h.
std::string gpudb::RevokePermissionProcRequest::name |
Definition at line 60 of file revoke_permission_proc.h.
std::map<std::string, std::string> gpudb::RevokePermissionProcRequest::options |
Definition at line 63 of file revoke_permission_proc.h.
std::string gpudb::RevokePermissionProcRequest::permission |
Definition at line 61 of file revoke_permission_proc.h.
std::string gpudb::RevokePermissionProcRequest::procName |
Definition at line 62 of file revoke_permission_proc.h.