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

A set of output parameters for grantPermissionSystem(const GrantPermissionSystemRequest&) const. More...

#include <gpudb/protocol/grant_permission_system.h>

Public Member Functions

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

Public Attributes

std::string name
 
std::string permission
 

Detailed Description

A set of output parameters for grantPermissionSystem(const GrantPermissionSystemRequest&) const.

Grants a system-level permission to a user or role.

Definition at line 124 of file grant_permission_system.h.

Constructor & Destructor Documentation

◆ GrantPermissionSystemResponse()

gpudb::GrantPermissionSystemResponse::GrantPermissionSystemResponse ( )
inline

Constructs a GrantPermissionSystemResponse object with default parameter values.

Definition at line 131 of file grant_permission_system.h.

Member Data Documentation

◆ name

std::string gpudb::GrantPermissionSystemResponse::name

Definition at line 137 of file grant_permission_system.h.

◆ permission

std::string gpudb::GrantPermissionSystemResponse::permission

Definition at line 138 of file grant_permission_system.h.


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