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

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

Public Attributes

const string DIRECT = "direct"
 TRUE when principal is directly a member of the role. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 206 of file HasRole.cs.

Member Data Documentation

◆ DIRECT

const string kinetica.HasRoleResponse.Info.DIRECT = "direct"

TRUE when principal is directly a member of the role.

Supported values:

The default value is FALSE.

Definition at line 221 of file HasRole.cs.

◆ FALSE

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

Definition at line 224 of file HasRole.cs.

◆ TRUE

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

Definition at line 223 of file HasRole.cs.


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