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

A set of output parameters for const. More...

#include <gpudb/protocol/revoke_permission_system.h>

Public Member Functions

 RevokePermissionSystemResponse ()
 Constructs a RevokePermissionSystemResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::string permission
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Revokes a system-level permission from a user or role.

Definition at line 128 of file revoke_permission_system.h.

Constructor & Destructor Documentation

gpudb::RevokePermissionSystemResponse::RevokePermissionSystemResponse ( )
inline

Constructs a RevokePermissionSystemResponse object with default parameter values.

Definition at line 135 of file revoke_permission_system.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::RevokePermissionSystemResponse::info

Definition at line 144 of file revoke_permission_system.h.

std::string gpudb::RevokePermissionSystemResponse::name

Definition at line 142 of file revoke_permission_system.h.

std::string gpudb::RevokePermissionSystemResponse::permission

Definition at line 143 of file revoke_permission_system.h.


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