DomainSecuritySettingsArgs

data class DomainSecuritySettingsArgs(val channelBinding: Output<Either<String, ChannelBinding>>? = null, val kerberosArmoring: Output<Either<String, KerberosArmoring>>? = null, val kerberosRc4Encryption: Output<Either<String, KerberosRc4Encryption>>? = null, val ldapSigning: Output<Either<String, LdapSigning>>? = 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

Constructors

Link copied to clipboard
constructor(channelBinding: Output<Either<String, ChannelBinding>>? = null, kerberosArmoring: Output<Either<String, KerberosArmoring>>? = null, kerberosRc4Encryption: Output<Either<String, KerberosRc4Encryption>>? = null, ldapSigning: Output<Either<String, LdapSigning>>? = null, ntlmV1: Output<Either<String, NtlmV1>>? = null, syncKerberosPasswords: Output<Either<String, SyncKerberosPasswords>>? = null, syncNtlmPasswords: Output<Either<String, SyncNtlmPasswords>>? = null, syncOnPremPasswords: Output<Either<String, SyncOnPremPasswords>>? = null, tlsV1: Output<Either<String, TlsV1>>? = null)

Properties

Link copied to clipboard
val channelBinding: Output<Either<String, ChannelBinding>>? = null

A flag to determine whether or not ChannelBinding is enabled or disabled.

Link copied to clipboard
val kerberosArmoring: Output<Either<String, KerberosArmoring>>? = null

A flag to determine whether or not KerberosArmoring is enabled or disabled.

Link copied to clipboard
val kerberosRc4Encryption: Output<Either<String, KerberosRc4Encryption>>? = null

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

Link copied to clipboard
val ldapSigning: Output<Either<String, LdapSigning>>? = null

A flag to determine whether or not LdapSigning is enabled or disabled.

Link copied to clipboard
val ntlmV1: Output<Either<String, NtlmV1>>? = null

A flag to determine whether or not NtlmV1 is enabled or disabled.

Link copied to clipboard
val syncKerberosPasswords: Output<Either<String, SyncKerberosPasswords>>? = null

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

Link copied to clipboard
val syncNtlmPasswords: Output<Either<String, SyncNtlmPasswords>>? = null

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

Link copied to clipboard
val syncOnPremPasswords: Output<Either<String, SyncOnPremPasswords>>? = null

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

Link copied to clipboard
val tlsV1: Output<Either<String, TlsV1>>? = null

A flag to determine whether or not TlsV1 is enabled or disabled.

Functions

Link copied to clipboard
open override fun toJava(): DomainSecuritySettingsArgs