Domain Security Settings Response
data class DomainSecuritySettingsResponse(val kerberosArmoring: String? = null, val kerberosRc4Encryption: 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
Properties
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 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.