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

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

#include <gpudb/protocol/revoke_permission_proc.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of output parameters for const.

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

Definition at line 130 of file revoke_permission_proc.h.

Constructor & Destructor Documentation

gpudb::RevokePermissionProcResponse::RevokePermissionProcResponse ( )
inline

Constructs a RevokePermissionProcResponse object with default parameter values.

Definition at line 137 of file revoke_permission_proc.h.

Member Data Documentation

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

Definition at line 148 of file revoke_permission_proc.h.

std::string gpudb::RevokePermissionProcResponse::name

Definition at line 145 of file revoke_permission_proc.h.

std::string gpudb::RevokePermissionProcResponse::permission

Definition at line 146 of file revoke_permission_proc.h.

std::string gpudb::RevokePermissionProcResponse::procName

Definition at line 147 of file revoke_permission_proc.h.


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