Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.HasRoleResponse.HasRole Struct Reference

Indicates whether the specified user has membership in the specified target . 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

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

Supported values:

  • TRUE: User has membership in the role
  • FALSE: User does not have membership in the role

A set of string constants for the parameter <member name="has_role">.

Definition at line 270 of file HasRole.cs.

Member Data Documentation

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

User does not have membership in the role

Definition at line 277 of file HasRole.cs.

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

User has membership in the role

Definition at line 274 of file HasRole.cs.


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