ActiveDirectoryArgs

constructor(administrators: Output<List<String>>? = null, aesEncryption: Output<Boolean>? = null, backupOperators: Output<List<String>>? = null, description: Output<String>? = null, dns: Output<String>? = null, domain: Output<String>? = null, encryptDcConnections: Output<Boolean>? = null, kdcHostname: Output<String>? = null, kdcIp: Output<String>? = null, labels: Output<Map<String, String>>? = null, ldapSigning: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, netBiosPrefix: Output<String>? = null, nfsUsersWithLdap: Output<Boolean>? = null, organizationalUnit: Output<String>? = null, password: Output<String>? = null, project: Output<String>? = null, securityOperators: Output<List<String>>? = null, site: Output<String>? = null, username: Output<String>? = null)