GPUdb C++ API  Version 6.2.0.3
gpudb::ShowSecurityResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ShowSecurityResponse()

gpudb::ShowSecurityResponse::ShowSecurityResponse ( )
inline

Constructs a ShowSecurityResponse object with default parameter values.

Definition at line 115 of file show_security.h.

Member Data Documentation

◆ permissions

std::map<std::string, std::vector<std::map<std::string, std::string> > > gpudb::ShowSecurityResponse::permissions

Definition at line 124 of file show_security.h.

◆ roles

std::map<std::string, std::vector<std::string> > gpudb::ShowSecurityResponse::roles

Definition at line 123 of file show_security.h.

◆ types

std::map<std::string, std::string> gpudb::ShowSecurityResponse::types

Definition at line 122 of file show_security.h.


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