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

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

Functions

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

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.