ServiceSecurity

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)

Constructors

Link copied to clipboard
constructor(kerberosArmoringEnabled: Boolean? = null, kerberosRc4EncryptionEnabled: Boolean? = null, ntlmV1Enabled: Boolean? = null, syncKerberosPasswords: Boolean? = null, syncNtlmPasswords: Boolean? = null, syncOnPremPasswords: Boolean? = null, tlsV1Enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

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
val ntlmV1Enabled: Boolean? = null

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
val tlsV1Enabled: Boolean? = null

Whether to enable legacy TLS v1 support. Defaults to false.