Cache Username Download Settings Response Credentials
data class CacheUsernameDownloadSettingsResponseCredentials(val bindDn: String? = null, val bindPassword: String? = null)
When present, these are the credentials for the secure LDAP connection.
Constructors
Link copied to clipboard
fun CacheUsernameDownloadSettingsResponseCredentials(bindDn: String? = null, bindPassword: String? = null)