Kinetica C# API
Version 6.0.1.0
|
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.
A set of string constants for the parameter <member name="types">.
Definition at line 61 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 70 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 66 of file ShowSecurity.cs.
const string kinetica.ShowSecurityResponse.Types.ROLE = "role" |
A role.
Definition at line 73 of file ShowSecurity.cs.