Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowSecurityRequest.Options Struct Reference

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

Public Attributes

const string SHOW_CURRENT_USER = "show_current_user"
 If TRUE, returns only security information for the current user. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 22 of file ShowSecurity.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowSecurityRequest.Options.FALSE = "false"

Definition at line 40 of file ShowSecurity.cs.

◆ SHOW_CURRENT_USER

const string kinetica.ShowSecurityRequest.Options.SHOW_CURRENT_USER = "show_current_user"

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

Supported values:

The default value is FALSE.

Definition at line 37 of file ShowSecurity.cs.

◆ TRUE

const string kinetica.ShowSecurityRequest.Options.TRUE = "true"

Definition at line 39 of file ShowSecurity.cs.


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