Package-level declarations
Types
Link copied to clipboard
data class DomainSecuritySettingsArgs(val kerberosArmoring: Output<Either<String, KerberosArmoring>>? = null, val kerberosRc4Encryption: Output<Either<String, KerberosRc4Encryption>>? = null, val ntlmV1: Output<Either<String, NtlmV1>>? = null, val syncKerberosPasswords: Output<Either<String, SyncKerberosPasswords>>? = null, val syncNtlmPasswords: Output<Either<String, SyncNtlmPasswords>>? = null, val syncOnPremPasswords: Output<Either<String, SyncOnPremPasswords>>? = null, val tlsV1: Output<Either<String, TlsV1>>? = null) : ConvertibleToJava<DomainSecuritySettingsArgs>
Domain Security Settings
Link copied to clipboard
Builder for DomainSecuritySettingsArgs.
Link copied to clipboard
data class ForestTrustArgs(val friendlyName: Output<String>? = null, val remoteDnsIps: Output<String>? = null, val trustDirection: Output<String>? = null, val trustPassword: Output<String>? = null, val trustedDomainFqdn: Output<String>? = null) : ConvertibleToJava<ForestTrustArgs>
Forest Trust Setting
Link copied to clipboard
class ForestTrustArgsBuilder
Builder for ForestTrustArgs.
Link copied to clipboard
data class GetDomainServicePlainArgs(val domainServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainServicePlainArgs>
Link copied to clipboard
Builder for GetDomainServicePlainArgs.
Link copied to clipboard
data class GetOuContainerPlainArgs(val domainServiceName: String, val ouContainerName: String, val resourceGroupName: String) : ConvertibleToJava<GetOuContainerPlainArgs>
Link copied to clipboard
Builder for GetOuContainerPlainArgs.
Link copied to clipboard
data class LdapsSettingsArgs(val externalAccess: Output<Either<String, ExternalAccess>>? = null, val ldaps: Output<Either<String, Ldaps>>? = null, val pfxCertificate: Output<String>? = null, val pfxCertificatePassword: Output<String>? = null) : ConvertibleToJava<LdapsSettingsArgs>
Secure LDAP Settings
Link copied to clipboard
class LdapsSettingsArgsBuilder
Builder for LdapsSettingsArgs.
Link copied to clipboard
data class NotificationSettingsArgs(val additionalRecipients: Output<List<String>>? = null, val notifyDcAdmins: Output<Either<String, NotifyDcAdmins>>? = null, val notifyGlobalAdmins: Output<Either<String, NotifyGlobalAdmins>>? = null) : ConvertibleToJava<NotificationSettingsArgs>
Settings for notification
Link copied to clipboard
Builder for NotificationSettingsArgs.
Link copied to clipboard
data class ReplicaSetArgs(val location: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<ReplicaSetArgs>
Replica Set Definition
Link copied to clipboard
class ReplicaSetArgsBuilder
Builder for ReplicaSetArgs.
Link copied to clipboard
data class ResourceForestSettingsArgs(val resourceForest: Output<String>? = null, val settings: Output<List<ForestTrustArgs>>? = null) : ConvertibleToJava<ResourceForestSettingsArgs>
Settings for Resource Forest
Link copied to clipboard
Builder for ResourceForestSettingsArgs.