Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowSecurityResponse.Types Struct Reference

Map of user/role name to the type of that user/role. 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

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

Valid values are:

  • INTERNAL_USER: A user whose credentials are managed by the database system.
  • EXTERNAL_USER: A user whose credentials are managed by an external LDAP.
  • ROLE: A role.

A set of string constants for the parameter <member name="types">.

Definition at line 87 of file ShowSecurity.cs.

Member Data Documentation

const string kinetica.ShowSecurityResponse.Types.EXTERNAL_USER = "external_user"

A user whose credentials are managed by an external LDAP.

Definition at line 96 of file ShowSecurity.cs.

const string kinetica.ShowSecurityResponse.Types.INTERNAL_USER = "internal_user"

A user whose credentials are managed by the database system.

Definition at line 92 of file ShowSecurity.cs.

const string kinetica.ShowSecurityResponse.Types.ROLE = "role"

A role.

Definition at line 99 of file ShowSecurity.cs.


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