InstanceAdAuthServerArgs

data class InstanceAdAuthServerArgs(val account: Output<String>, val baseDn: Output<String>, val domain: Output<String>, val emailMapping: Output<String>? = null, val filter: Output<String>? = null, val isSsl: Output<Boolean>, 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<InstanceAdAuthServerArgs>

Constructors

Link copied to clipboard
constructor(account: Output<String>, baseDn: Output<String>, domain: Output<String>, emailMapping: Output<String>? = null, filter: Output<String>? = null, isSsl: Output<Boolean>, 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 AD server.

Link copied to clipboard
val baseDn: Output<String>

The Base distinguished name (DN).

Link copied to clipboard
val domain: Output<String>

The domain on the AD server.

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

The field that is used to indicate the email address of a user on the AD 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>

Specifies whether to support SSL.

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 AD server.

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

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

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

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

Link copied to clipboard
val port: Output<Int>

The port that is used to access the AD server.

Link copied to clipboard
val server: Output<String>

The address of the AD server.

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

The address of the secondary AD server.

Functions

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