GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::HasPermissionResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/has_permission.h>

Public Member Functions

 HasPermissionResponse ()
 Constructs a HasPermissionResponse object with default parameter values. More...
 

Public Attributes

std::string principal
 
std::string object
 
std::string objectType
 
std::string permission
 
bool hasPermission
 
std::map< std::string,
std::string > 
filters
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Checks if the specified user has the specified permission on the specified object.

Definition at line 204 of file has_permission.h.

Constructor & Destructor Documentation

gpudb::HasPermissionResponse::HasPermissionResponse ( )
inline

Constructs a HasPermissionResponse object with default parameter values.

Definition at line 211 of file has_permission.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::HasPermissionResponse::filters

Definition at line 227 of file has_permission.h.

bool gpudb::HasPermissionResponse::hasPermission

Definition at line 226 of file has_permission.h.

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

Definition at line 228 of file has_permission.h.

std::string gpudb::HasPermissionResponse::object

Definition at line 223 of file has_permission.h.

std::string gpudb::HasPermissionResponse::objectType

Definition at line 224 of file has_permission.h.

std::string gpudb::HasPermissionResponse::permission

Definition at line 225 of file has_permission.h.

std::string gpudb::HasPermissionResponse::principal

Definition at line 222 of file has_permission.h.


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