LdapServerMetadataInput constructor

LdapServerMetadataInput({
  1. List<String>? hosts,
  2. String? roleBase,
  3. String? roleName,
  4. String? roleSearchMatching,
  5. bool? roleSearchSubtree,
  6. String? serviceAccountPassword,
  7. String? serviceAccountUsername,
  8. String? userBase,
  9. String? userRoleName,
  10. String? userSearchMatching,
  11. bool? userSearchSubtree,
})

Implementation

LdapServerMetadataInput({
  this.hosts,
  this.roleBase,
  this.roleName,
  this.roleSearchMatching,
  this.roleSearchSubtree,
  this.serviceAccountPassword,
  this.serviceAccountUsername,
  this.userBase,
  this.userRoleName,
  this.userSearchMatching,
  this.userSearchSubtree,
});