A set of results returned by GPUdb::grantPermission. More…
#include <gpudb/protocol/grant_permission.h>
Public Member Functions | |
| GrantPermissionResponse () | |
| Constructs a GrantPermissionResponse object with default parameters. | |
Public Attributes | |
| std::string | principal |
| Value of principal. | |
| std::string | object |
| Value of object. | |
| std::string | objectType |
| Value of objectType. | |
| std::string | permission |
| Value of permission. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::grantPermission.
Definition at line 357 of file grant_permission.h.
Constructor & Destructor Documentation
◆ GrantPermissionResponse()
| inline |
Constructs a GrantPermissionResponse object with default parameters.
Definition at line 362 of file grant_permission.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::GrantPermissionResponse::info |
Additional information.
Definition at line 396 of file grant_permission.h.
◆ object
| std::string gpudb::GrantPermissionResponse::object |
Value of object.
Definition at line 379 of file grant_permission.h.
◆ objectType
| std::string gpudb::GrantPermissionResponse::objectType |
Value of objectType.
Definition at line 385 of file grant_permission.h.
◆ permission
| std::string gpudb::GrantPermissionResponse::permission |
Value of permission.
Definition at line 391 of file grant_permission.h.
◆ principal
| std::string gpudb::GrantPermissionResponse::principal |
Value of principal.
Definition at line 374 of file grant_permission.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/grant_permission.h