CacheUsernameDownloadSettingsResponseCredentials

data class CacheUsernameDownloadSettingsResponseCredentials(val bindDn: String? = null, val bindPassword: String? = null)

When present, these are the credentials for the secure LDAP connection.

Constructors

constructor(bindDn: String? = null, bindPassword: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bindDn: String? = null

The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.

Link copied to clipboard
val bindPassword: String? = null

The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.