Skip to main content

A set of string constants for the parameter ShowSecurityRequest.options. More…

Static Public Attributes

const string SHOW_CURRENT_USER = “show_current_user”
 If TRUE, returns only security information for the current user.
 
const string TRUE = “true”
 A boolean constant for the ShowSecurityRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowSecurityRequest.Options options.
 

Detailed Description

A set of string constants for the parameter ShowSecurityRequest.options.

Optional parameters.

Definition at line 22 of file ShowSecurity.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowSecurityRequest.Options.FALSE = “false”
static

A boolean constant for the ShowSecurityRequest.Options options.

Definition at line 49 of file ShowSecurity.cs.

◆ SHOW_CURRENT_USER

const string kinetica.ShowSecurityRequest.Options.SHOW_CURRENT_USER = “show_current_user”
static

If TRUE, returns only security information for the current user.

Supported values:

The default value is FALSE.

Definition at line 41 of file ShowSecurity.cs.

◆ TRUE

const string kinetica.ShowSecurityRequest.Options.TRUE = “true”
static

A boolean constant for the ShowSecurityRequest.Options options.

Definition at line 45 of file ShowSecurity.cs.


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