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

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

#include <gpudb/protocol/grant_permission_credential.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of output parameters for const.

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

Definition at line 138 of file grant_permission_credential.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionCredentialResponse::GrantPermissionCredentialResponse ( )
inline

Constructs a GrantPermissionCredentialResponse object with default parameter values.

Definition at line 145 of file grant_permission_credential.h.

Member Data Documentation

std::string gpudb::GrantPermissionCredentialResponse::credentialName

Definition at line 155 of file grant_permission_credential.h.

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

Definition at line 156 of file grant_permission_credential.h.

std::string gpudb::GrantPermissionCredentialResponse::name

Definition at line 153 of file grant_permission_credential.h.

std::string gpudb::GrantPermissionCredentialResponse::permission

Definition at line 154 of file grant_permission_credential.h.


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