CacheUsernameDownloadSettingsCredentialsArgs

data class CacheUsernameDownloadSettingsCredentialsArgs(val bindDn: Output<String>? = null, val bindPassword: Output<String>? = null) : ConvertibleToJava<CacheUsernameDownloadSettingsCredentialsArgs>

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

Constructors

constructor(bindDn: Output<String>? = null, bindPassword: Output<String>? = null)

Properties

Link copied to clipboard
val bindDn: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CacheUsernameDownloadSettingsCredentialsArgs