GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_security.h>
Public Member Functions | |
ShowSecurityResponse () | |
Constructs a ShowSecurityResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | types |
std::map< std::string, std::vector< std::string > > | roles |
std::map< std::string, std::vector< std::map < std::string, std::string > > > | permissions |
std::map< std::string, std::string > | resourceGroups |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Definition at line 108 of file show_security.h.
|
inline |
Constructs a ShowSecurityResponse object with default parameter values.
Definition at line 115 of file show_security.h.
std::map<std::string, std::string> gpudb::ShowSecurityResponse::info |
Definition at line 128 of file show_security.h.
std::map<std::string, std::vector<std::map<std::string, std::string> > > gpudb::ShowSecurityResponse::permissions |
Definition at line 126 of file show_security.h.
std::map<std::string, std::string> gpudb::ShowSecurityResponse::resourceGroups |
Definition at line 127 of file show_security.h.
std::map<std::string, std::vector<std::string> > gpudb::ShowSecurityResponse::roles |
Definition at line 125 of file show_security.h.
std::map<std::string, std::string> gpudb::ShowSecurityResponse::types |
Definition at line 124 of file show_security.h.