DomainSecuritySettingsResponse

data class DomainSecuritySettingsResponse(val channelBinding: String? = null, val kerberosArmoring: String? = null, val kerberosRc4Encryption: String? = null, val ldapSigning: String? = null, val ntlmV1: String? = null, val syncKerberosPasswords: String? = null, val syncNtlmPasswords: String? = null, val syncOnPremPasswords: String? = null, val tlsV1: String? = null)

Domain Security Settings

Constructors

Link copied to clipboard
constructor(channelBinding: String? = null, kerberosArmoring: String? = null, kerberosRc4Encryption: String? = null, ldapSigning: String? = null, ntlmV1: String? = null, syncKerberosPasswords: String? = null, syncNtlmPasswords: String? = null, syncOnPremPasswords: String? = null, tlsV1: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelBinding: String? = null

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
val ldapSigning: String? = null

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

Link copied to clipboard
val ntlmV1: String? = null

A flag to determine whether or not NtlmV1 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.

Link copied to clipboard
val tlsV1: String? = null

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