Domain Security Settings Response
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)
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.