Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class ServiceInitialReplicaSetArgs(val domainControllerIpAddresses: Output<List<String>>? = null, val externalAccessIpAddress: Output<String>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val serviceStatus: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<ServiceInitialReplicaSetArgs>
Link copied to clipboard
Builder for ServiceInitialReplicaSetArgs.
Link copied to clipboard
data class ServiceNotificationsArgs(val additionalRecipients: Output<List<String>>? = null, val notifyDcAdmins: Output<Boolean>? = null, val notifyGlobalAdmins: Output<Boolean>? = null) : ConvertibleToJava<ServiceNotificationsArgs>
Link copied to clipboard
Builder for ServiceNotificationsArgs.
Link copied to clipboard
data class ServiceSecureLdapArgs(val certificateExpiry: Output<String>? = null, val certificateThumbprint: Output<String>? = null, val enabled: Output<Boolean>, val externalAccessEnabled: Output<Boolean>? = null, val pfxCertificate: Output<String>, val pfxCertificatePassword: Output<String>, val publicCertificate: Output<String>? = null) : ConvertibleToJava<ServiceSecureLdapArgs>
Link copied to clipboard
Builder for ServiceSecureLdapArgs.
Link copied to clipboard
data class ServiceSecurityArgs(val kerberosArmoringEnabled: Output<Boolean>? = null, val kerberosRc4EncryptionEnabled: Output<Boolean>? = null, val ntlmV1Enabled: Output<Boolean>? = null, val syncKerberosPasswords: Output<Boolean>? = null, val syncNtlmPasswords: Output<Boolean>? = null, val syncOnPremPasswords: Output<Boolean>? = null, val tlsV1Enabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceSecurityArgs>
Link copied to clipboard
Builder for ServiceSecurityArgs.