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

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. 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::grantPermission.

Definition at line 341 of file grant_permission.h.

Constructor & Destructor Documentation

◆ GrantPermissionResponse()

gpudb::GrantPermissionResponse::GrantPermissionResponse ( )
inline

Constructs a GrantPermissionResponse object with default parameters.

Definition at line 346 of file grant_permission.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 380 of file grant_permission.h.

◆ object

std::string gpudb::GrantPermissionResponse::object

Value of object.

Definition at line 363 of file grant_permission.h.

◆ objectType

std::string gpudb::GrantPermissionResponse::objectType

Value of objectType.

Definition at line 369 of file grant_permission.h.

◆ permission

std::string gpudb::GrantPermissionResponse::permission

Value of permission.

Definition at line 375 of file grant_permission.h.

◆ principal

std::string gpudb::GrantPermissionResponse::principal

Value of principal.

Definition at line 358 of file grant_permission.h.


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