Security Settings Response
data class SecuritySettingsResponse(val bitlockerBootVolume: Boolean? = null, val bitlockerDataVolumes: Boolean? = null, val credentialGuardEnforced: Boolean? = null, val driftControlEnforced: Boolean? = null, val drtmProtection: Boolean? = null, val hvciProtection: Boolean? = null, val sideChannelMitigationEnforced: Boolean? = null, val smbClusterEncryption: Boolean? = null, val smbSigningEnforced: Boolean? = null, val wdacEnforced: Boolean? = null)
The SecuritySettings of AzureStackHCI Cluster.
Constructors
Link copied to clipboard
fun SecuritySettingsResponse(bitlockerBootVolume: Boolean? = null, bitlockerDataVolumes: Boolean? = null, credentialGuardEnforced: Boolean? = null, driftControlEnforced: Boolean? = null, drtmProtection: Boolean? = null, hvciProtection: Boolean? = null, sideChannelMitigationEnforced: Boolean? = null, smbClusterEncryption: Boolean? = null, smbSigningEnforced: Boolean? = null, wdacEnforced: Boolean? = null)