MmEnvironmentConfigLdapSettings constructor

MmEnvironmentConfigLdapSettings({
  1. bool? enable,
  2. bool? ldapServer,
  3. bool? ldapPort,
  4. bool? connectionSecurity,
  5. bool? baseDN,
  6. bool? bindUsername,
  7. bool? bindPassword,
  8. bool? userFilter,
  9. bool? firstNameAttribute,
  10. bool? lastNameAttribute,
  11. bool? emailAttribute,
  12. bool? usernameAttribute,
  13. bool? nicknameAttribute,
  14. bool? idAttribute,
  15. bool? positionAttribute,
  16. bool? syncIntervalMinutes,
  17. bool? skipCertificateVerification,
  18. bool? queryTimeout,
  19. bool? maxPageSize,
  20. 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,
});