MmEnvironmentConfigLdapSettings constructor
MmEnvironmentConfigLdapSettings({
- bool? enable,
- bool? ldapServer,
- bool? ldapPort,
- bool? connectionSecurity,
- bool? baseDN,
- bool? bindUsername,
- bool? bindPassword,
- bool? userFilter,
- bool? firstNameAttribute,
- bool? lastNameAttribute,
- bool? emailAttribute,
- bool? usernameAttribute,
- bool? nicknameAttribute,
- bool? idAttribute,
- bool? positionAttribute,
- bool? syncIntervalMinutes,
- bool? skipCertificateVerification,
- bool? queryTimeout,
- bool? maxPageSize,
- bool? loginFieldName,
Returns a new MmEnvironmentConfigLdapSettings instance.
Implementation
MmEnvironmentConfigLdapSettings({
this.enable,
this.ldapServer,
this.ldapPort,
this.connectionSecurity,
this.baseDN,
this.bindUsername,
this.bindPassword,
this.userFilter,
this.firstNameAttribute,
this.lastNameAttribute,
this.emailAttribute,
this.usernameAttribute,
this.nicknameAttribute,
this.idAttribute,
this.positionAttribute,
this.syncIntervalMinutes,
this.skipCertificateVerification,
this.queryTimeout,
this.maxPageSize,
this.loginFieldName,
});