ActiveDirectory constructor

ActiveDirectory({
  1. List<String>? administrators,
  2. bool? aesEncryption,
  3. List<String>? backupOperators,
  4. String? createTime,
  5. String? description,
  6. String? dns,
  7. String? domain,
  8. bool? encryptDcConnections,
  9. String? kdcHostname,
  10. String? kdcIp,
  11. Map<String, String>? labels,
  12. bool? ldapSigning,
  13. String? name,
  14. String? netBiosPrefix,
  15. bool? nfsUsersWithLdap,
  16. String? organizationalUnit,
  17. String? password,
  18. List<String>? securityOperators,
  19. String? site,
  20. String? state,
  21. String? stateDetails,
  22. String? username,
})

Implementation

ActiveDirectory({
  this.administrators,
  this.aesEncryption,
  this.backupOperators,
  this.createTime,
  this.description,
  this.dns,
  this.domain,
  this.encryptDcConnections,
  this.kdcHostname,
  this.kdcIp,
  this.labels,
  this.ldapSigning,
  this.name,
  this.netBiosPrefix,
  this.nfsUsersWithLdap,
  this.organizationalUnit,
  this.password,
  this.securityOperators,
  this.site,
  this.state,
  this.stateDetails,
  this.username,
});