Skip to main content

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

Static Public Attributes

const string DIRECT = “direct”
 TRUE when principal is directly a member of the role.
 
const string TRUE = “true”
 A boolean constant for the HasRoleResponse.Info options.
 
const string FALSE = “false”
 A boolean constant for the HasRoleResponse.Info options.
 

Detailed Description

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

Additional information.

Definition at line 238 of file HasRole.cs.

Member Data Documentation

◆ DIRECT

const string kinetica.HasRoleResponse.Info.DIRECT = “direct”
static

TRUE when principal is directly a member of the role.

Supported values:

The default value is FALSE.

Definition at line 255 of file HasRole.cs.

◆ FALSE

const string kinetica.HasRoleResponse.Info.FALSE = “false”
static

A boolean constant for the HasRoleResponse.Info options.

Definition at line 263 of file HasRole.cs.

◆ TRUE

const string kinetica.HasRoleResponse.Info.TRUE = “true”
static

A boolean constant for the HasRoleResponse.Info options.

Definition at line 259 of file HasRole.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/HasRole.cs
  • Kinetica/Protocol/HasRole.cs