ActiveDirectory constructor

ActiveDirectory({
  1. String? dnsAddress,
  2. String? domain,
  3. String? domainUsername,
  4. String? secretManagerSecret,
  5. String? type,
})

Implementation

ActiveDirectory({
  this.dnsAddress,
  this.domain,
  this.domainUsername,
  this.secretManagerSecret,
  this.type,
});