InstanceAdAuthServer

data class InstanceAdAuthServer(val account: String, val baseDn: String, val domain: String, val emailMapping: String? = null, val filter: String? = null, val isSsl: Boolean, val mobileMapping: String? = null, val nameMapping: String? = null, val password: String? = null, val port: Int, val server: String, val standbyServer: String? = null)

Constructors

Link copied to clipboard
constructor(account: String, baseDn: String, domain: String, emailMapping: String? = null, filter: String? = null, isSsl: Boolean, mobileMapping: String? = null, nameMapping: String? = null, password: String? = null, port: Int, server: String, standbyServer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Base distinguished name (DN).

Link copied to clipboard

The domain on the AD server.

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

The condition that is used to filter users.

Link copied to clipboard

Specifies whether to support SSL.

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

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

Link copied to clipboard
val password: String? = null

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

Link copied to clipboard
val port: Int

The port that is used to access the AD server.

Link copied to clipboard

The address of the AD server.

Link copied to clipboard
val standbyServer: String? = null

The address of the secondary AD server.