InstanceLdapAuthServerArgs

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
val account: Output<String>

The username of the account that is used for the LDAP server.

Link copied to clipboard
val baseDn: Output<String>

The Base distinguished name (DN).

Link copied to clipboard
val emailMapping: Output<String>? = null

The field that is used to indicate the email address of a user on the LDAP server.

Link copied to clipboard
val filter: Output<String>? = null

The condition that is used to filter users.

Link copied to clipboard
val isSsl: Output<Boolean>? = null

Specifies whether to support SSL.

Link copied to clipboard
val loginNameMapping: Output<String>? = null

The field that is used to indicate the logon name of a user on the LDAP server.

Link copied to clipboard
val mobileMapping: Output<String>? = null

The field that is used to indicate the mobile phone number of a user on the LDAP server.

Link copied to clipboard
val nameMapping: Output<String>? = null

The field that is used to indicate the name of a user on the LDAP server.

Link copied to clipboard
val password: Output<String>? = null

The password of the account that is used for the LDAP server.

Link copied to clipboard
val port: Output<Int>

The port that is used to access the LDAP server.

Link copied to clipboard
val server: Output<String>

The address of the LDAP server.

Link copied to clipboard
val standbyServer: Output<String>? = null

The address of the secondary LDAP server.

Functions

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