Skip to main content

A set of results returned by GPUdb::revokePermission. More…

#include <gpudb/protocol/revoke_permission.h>

Public Member Functions

 RevokePermissionResponse ()
 Constructs a RevokePermissionResponse 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::revokePermission.

Definition at line 324 of file revoke_permission.h.

Constructor & Destructor Documentation

◆ RevokePermissionResponse()

gpudb::RevokePermissionResponse::RevokePermissionResponse ()
inline

Constructs a RevokePermissionResponse object with default parameters.

Definition at line 330 of file revoke_permission.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::RevokePermissionResponse::info

Additional information.

Definition at line 364 of file revoke_permission.h.

◆ object

std::string gpudb::RevokePermissionResponse::object

Value of object.

Definition at line 347 of file revoke_permission.h.

◆ objectType

std::string gpudb::RevokePermissionResponse::objectType

Value of objectType.

Definition at line 353 of file revoke_permission.h.

◆ permission

std::string gpudb::RevokePermissionResponse::permission

Value of permission.

Definition at line 359 of file revoke_permission.h.

◆ principal

std::string gpudb::RevokePermissionResponse::principal

Value of principal.

Definition at line 342 of file revoke_permission.h.


The documentation for this struct was generated from the following file: