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

Optional parameters. 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

Optional parameters.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 49 of file ShowSecurity.cs.

Member Data Documentation

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

Definition at line 69 of file ShowSecurity.cs.

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 67 of file ShowSecurity.cs.

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

Definition at line 68 of file ShowSecurity.cs.


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