GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::hasRole. More...
#include <gpudb/protocol/has_role.h>
Public Member Functions | |
HasRoleResponse () | |
Constructs a HasRoleResponse object with default parameters. More... | |
Public Attributes | |
std::string | principal |
Value of principal. More... | |
std::string | role |
role for which membership is being checked More... | |
bool | hasRole |
Indicates whether the specified user has membership in the specified target role. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::hasRole.
Definition at line 188 of file has_role.h.
|
inline |
Constructs a HasRoleResponse object with default parameters.
Definition at line 193 of file has_role.h.
bool gpudb::HasRoleResponse::hasRole |
Indicates whether the specified user has membership in the specified target role.
Supported values:
Definition at line 221 of file has_role.h.
std::map<std::string, std::string> gpudb::HasRoleResponse::info |
Additional information.
The default value is an empty map.
Definition at line 239 of file has_role.h.
std::string gpudb::HasRoleResponse::principal |
Value of principal.
Definition at line 204 of file has_role.h.
std::string gpudb::HasRoleResponse::role |
role for which membership is being checked
Definition at line 210 of file has_role.h.