Service Security
data class ServiceSecurity(val kerberosArmoringEnabled: Boolean? = null, val kerberosRc4EncryptionEnabled: Boolean? = null, val ntlmV1Enabled: Boolean? = null, val syncKerberosPasswords: Boolean? = null, val syncNtlmPasswords: Boolean? = null, val syncOnPremPasswords: Boolean? = null, val tlsV1Enabled: Boolean? = null)
Properties
Link copied to clipboard
Whether to enable Kerberos Armoring. Defaults to false
.
Link copied to clipboard
Whether to enable Kerberos RC4 Encryption. Defaults to false
.
Link copied to clipboard
Whether to enable legacy NTLM v1 support. Defaults to false
.
Link copied to clipboard
Whether to synchronize Kerberos password hashes to the managed domain. Defaults to false
.
Link copied to clipboard
Whether to synchronize NTLM password hashes to the managed domain. Defaults to false
.
Link copied to clipboard
Whether to synchronize on-premises password hashes to the managed domain. Defaults to false
.
Link copied to clipboard
Whether to enable legacy TLS v1 support. Defaults to false
.