Skip to main content

A set of string constants for the parameter ShowSecurityResponse.types. More…

Static Public Attributes

const string INTERNAL_USER = “internal_user”
 A user whose credentials are managed by the database system.
 
const string EXTERNAL_USER = “external_user”
 A user whose credentials are managed by an external LDAP.
 
const string ROLE = “role”
 A role.
 

Detailed Description

A set of string constants for the parameter ShowSecurityResponse.types.

Map of user/role name to the type of that user/role.

Definition at line 143 of file ShowSecurity.cs.

Member Data Documentation

◆ EXTERNAL_USER

const string kinetica.ShowSecurityResponse.Types.EXTERNAL_USER = “external_user”
static

A user whose credentials are managed by an external LDAP.

Definition at line 151 of file ShowSecurity.cs.

◆ INTERNAL_USER

const string kinetica.ShowSecurityResponse.Types.INTERNAL_USER = “internal_user”
static

A user whose credentials are managed by the database system.

Definition at line 147 of file ShowSecurity.cs.

◆ ROLE

const string kinetica.ShowSecurityResponse.Types.ROLE = “role”
static

A role.

Definition at line 154 of file ShowSecurity.cs.


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