enableIntegrityMonitoring property

bool? enableIntegrityMonitoring
getter/setter pair

Defines whether the VM instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the VM instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the VM instance is created. Enabled by default.

Optional.

Implementation

core.bool? enableIntegrityMonitoring;