CacheUsernameDownloadSettingsCredentials interface
When present, these are the credentials for the secure LDAP connection.
Properties
bind |
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
bind |
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
Property Details
bindDn
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
bindDn?: string
Property Value
string
bindPassword
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
bindPassword?: string
Property Value
string