GPUdb C++ API  Version 7.2.2.4
gpudb::RevokePermissionResponse Struct Reference

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. More...
 

Public Attributes

std::string principal
 Value of principal. More...
 
std::string object
 Value of object. More...
 
std::string objectType
 Value of objectType. More...
 
std::string permission
 Value of permission. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::revokePermission.

Definition at line 306 of file revoke_permission.h.

Constructor & Destructor Documentation

◆ RevokePermissionResponse()

gpudb::RevokePermissionResponse::RevokePermissionResponse ( )
inline

Constructs a RevokePermissionResponse object with default parameters.

Definition at line 312 of file revoke_permission.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 346 of file revoke_permission.h.

◆ object

std::string gpudb::RevokePermissionResponse::object

Value of object.

Definition at line 329 of file revoke_permission.h.

◆ objectType

std::string gpudb::RevokePermissionResponse::objectType

Value of objectType.

Definition at line 335 of file revoke_permission.h.

◆ permission

std::string gpudb::RevokePermissionResponse::permission

Value of permission.

Definition at line 341 of file revoke_permission.h.

◆ principal

std::string gpudb::RevokePermissionResponse::principal

Value of principal.

Definition at line 324 of file revoke_permission.h.


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