|
Kinetica C# API
Version 7.2.3.1
|
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... | |
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.
| 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.
| 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.
| const string ShowSecurityResponse.Types.ROLE = "role" |
A role.
Definition at line 133 of file ShowSecurity.cs.