Instance Ad Auth Server
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)
Properties
Link copied to clipboard
The field that is used to indicate the email address of a user on the AD server.
Link copied to clipboard
The field that is used to indicate the mobile phone number of a user on the AD server.
Link copied to clipboard
The field that is used to indicate the name of a user on the AD server.
Link copied to clipboard
The address of the secondary AD server.