Kinetica   C#   API  Version 7.2.3.0
kinetica.HasRoleResponse.HasRole Struct Reference

A set of string constants for the parameter has_role. More...

Public Attributes

const string TRUE = "true"
 User has membership in the role More...
 
const string FALSE = "false"
 User does not have membership in the role More...
 

Detailed Description

A set of string constants for the parameter has_role.

Indicates whether the specified user has membership in the specified target role.

Definition at line 194 of file HasRole.cs.

Member Data Documentation

◆ FALSE

const string kinetica.HasRoleResponse.HasRole.FALSE = "false"

User does not have membership in the role

Definition at line 200 of file HasRole.cs.

◆ TRUE

const string kinetica.HasRoleResponse.HasRole.TRUE = "true"

User has membership in the role

Definition at line 197 of file HasRole.cs.


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