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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowSecurityResponse::ShowSecurityResponse ( )
inline

Constructs a ShowSecurityResponse object with default parameter values.

Definition at line 115 of file show_security.h.

Member Data Documentation

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.


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