GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/revoke_permission_table.h>
Public Member Functions | |
RevokePermissionTableRequest () | |
Constructs a RevokePermissionTableRequest object with default parameter values. More... | |
RevokePermissionTableRequest (const std::string &name_, const std::string &permission_, const std::string &tableName_, const std::map< std::string, std::string > &options_) | |
Constructs a RevokePermissionTableRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::string | tableName |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Revokes a table-level permission from a user or role.
Definition at line 18 of file revoke_permission_table.h.
|
inline |
Constructs a RevokePermissionTableRequest object with default parameter values.
Definition at line 25 of file revoke_permission_table.h.
|
inline |
Constructs a RevokePermissionTableRequest 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] | tableName_ | Name of the table to which the permission grants access. Must be an existing table, collection, or view. |
[in] | options_ | Optional parameters.
|
Definition at line 70 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableRequest::name |
Definition at line 78 of file revoke_permission_table.h.
std::map<std::string, std::string> gpudb::RevokePermissionTableRequest::options |
Definition at line 81 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableRequest::permission |
Definition at line 79 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableRequest::tableName |
Definition at line 80 of file revoke_permission_table.h.