Kinetica   C#   API  Version 7.2.3.1
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 189 of file HasRole.cs.

Member Data Documentation

◆ FALSE

const string HasRoleResponse.HasRole.FALSE = "false"

User does not have membership in the role.

Definition at line 195 of file HasRole.cs.

◆ TRUE

const string HasRoleResponse.HasRole.TRUE = "true"

User has membership in the role.

Definition at line 192 of file HasRole.cs.


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