GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for showSecurity(const ShowSecurityRequest&) 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 |
A set of output parameters for showSecurity(const ShowSecurityRequest&) 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::vector<std::map<std::string, std::string> > > gpudb::ShowSecurityResponse::permissions |
Definition at line 124 of file show_security.h.
std::map<std::string, std::vector<std::string> > gpudb::ShowSecurityResponse::roles |
Definition at line 123 of file show_security.h.
std::map<std::string, std::string> gpudb::ShowSecurityResponse::types |
Definition at line 122 of file show_security.h.