Package version:

Security compliance properties of the resource

interface SecurityComplianceStatus {
    dataAtRestEncrypted?: string;
    dataInTransitProtected?: string;
    lastUpdated?: any;
    securedCoreCompliance?: string;
    wdacCompliance?: string;
}

Properties

dataAtRestEncrypted?: string

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

dataInTransitProtected?: string

Indicates whether HCI cluster has data in-transit protection.

lastUpdated?: any

Time in UTC when compliance status was last updated.

securedCoreCompliance?: string

Indicates whether HCI hosts meets secured-core server requirements.

wdacCompliance?: string

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