ActiveDirectory constructor
ActiveDirectory({
- List<
String> ? administrators, - bool? aesEncryption,
- List<
String> ? backupOperators, - String? createTime,
- String? description,
- String? dns,
- String? domain,
- bool? encryptDcConnections,
- String? kdcHostname,
- String? kdcIp,
- Map<
String, String> ? labels, - bool? ldapSigning,
- String? name,
- String? netBiosPrefix,
- bool? nfsUsersWithLdap,
- String? organizationalUnit,
- String? password,
- List<
String> ? securityOperators, - String? site,
- String? state,
- String? stateDetails,
- 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,
});