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

A set of output parameters for grantRole(const GrantRoleRequest&) const. More...

#include <gpudb/protocol/grant_role.h>

Public Member Functions

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

Public Attributes

std::string role
 
std::string member
 

Detailed Description

A set of output parameters for grantRole(const GrantRoleRequest&) const.

Grants membership in a role to a user or role.

Definition at line 112 of file grant_role.h.

Constructor & Destructor Documentation

◆ GrantRoleResponse()

gpudb::GrantRoleResponse::GrantRoleResponse ( )
inline

Constructs a GrantRoleResponse object with default parameter values.

Definition at line 118 of file grant_role.h.

Member Data Documentation

◆ member

std::string gpudb::GrantRoleResponse::member

Definition at line 125 of file grant_role.h.

◆ role

std::string gpudb::GrantRoleResponse::role

Definition at line 124 of file grant_role.h.


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