Instance Ldap Auth Server Args
data class InstanceLdapAuthServerArgs(val account: Output<String>, val baseDn: Output<String>, val emailMapping: Output<String>? = null, val filter: Output<String>? = null, val isSsl: Output<Boolean>? = null, val loginNameMapping: Output<String>? = null, val mobileMapping: Output<String>? = null, val nameMapping: Output<String>? = null, val password: Output<String>? = null, val port: Output<Int>, val server: Output<String>, val standbyServer: Output<String>? = null) : ConvertibleToJava<InstanceLdapAuthServerArgs>
Constructors
Link copied to clipboard
constructor(account: Output<String>, baseDn: Output<String>, emailMapping: Output<String>? = null, filter: Output<String>? = null, isSsl: Output<Boolean>? = null, loginNameMapping: Output<String>? = null, mobileMapping: Output<String>? = null, nameMapping: Output<String>? = null, password: Output<String>? = null, port: Output<Int>, server: Output<String>, standbyServer: Output<String>? = null)
Properties
Link copied to clipboard
The field that is used to indicate the email address of a user on the LDAP server.
Link copied to clipboard
The field that is used to indicate the logon name of a user on the LDAP server.
Link copied to clipboard
The field that is used to indicate the mobile phone number of a user on the LDAP server.
Link copied to clipboard
The field that is used to indicate the name of a user on the LDAP server.
Link copied to clipboard
The address of the secondary LDAP server.