SecurityComplianceStatusResponse

data class SecurityComplianceStatusResponse(val dataAtRestEncrypted: String, val dataInTransitProtected: String, val lastUpdated: String, val securedCoreCompliance: String, val wdacCompliance: String)

Security compliance properties of the resource

Constructors

Link copied to clipboard
constructor(dataAtRestEncrypted: String, dataInTransitProtected: String, lastUpdated: String, securedCoreCompliance: String, wdacCompliance: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes.

Link copied to clipboard

Indicates whether HCI cluster has data in-transit protection.

Link copied to clipboard

Time in UTC when compliance status was last updated.

Link copied to clipboard

Indicates whether HCI hosts meets secured-core server requirements.

Link copied to clipboard

Indicates whether HCI hosts have enforced consistent Windows Defender Application Control.