Kinetica C# API
Version 6.2.0.1
|
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... | |
Map of user/role name to the type of that user/role.
Valid values are:
A set of string constants for the parameter <member name="types">.
Definition at line 87 of file ShowSecurity.cs.
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.