GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_security.h>
Public Member Functions | |
ShowSecurityRequest () | |
Constructs a ShowSecurityRequest object with default parameter values. More... | |
ShowSecurityRequest (const std::vector< std::string > &names_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowSecurityRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | names |
std::map< std::string, std::string > | options |
A set of input 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 20 of file show_security.h.
|
inline |
Constructs a ShowSecurityRequest object with default parameter values.
Definition at line 27 of file show_security.h.
|
inline |
Constructs a ShowSecurityRequest object with the specified parameters.
[in] | names_ | A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. |
[in] | options_ | Optional parameters. |
Definition at line 44 of file show_security.h.
std::vector<std::string> gpudb::ShowSecurityRequest::names |
Definition at line 50 of file show_security.h.
std::map<std::string, std::string> gpudb::ShowSecurityRequest::options |
Definition at line 51 of file show_security.h.