Domain Security Settings Args
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
A flag to determine whether or not ChannelBinding is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not KerberosArmoring is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not LdapSigning is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.
Link copied to clipboard
A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.