Kinetica   C#   API  Version 7.2.3.1
ShowSecurityResponse.Types Struct Reference

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter types.

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

Definition at line 122 of file ShowSecurity.cs.

Member Data Documentation

◆ EXTERNAL_USER

const string ShowSecurityResponse.Types.EXTERNAL_USER = "external_user"

A user whose credentials are managed by an external LDAP.

Definition at line 130 of file ShowSecurity.cs.

◆ INTERNAL_USER

const string ShowSecurityResponse.Types.INTERNAL_USER = "internal_user"

A user whose credentials are managed by the database system.

Definition at line 126 of file ShowSecurity.cs.

◆ ROLE

const string ShowSecurityResponse.Types.ROLE = "role"

A role.

Definition at line 133 of file ShowSecurity.cs.


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