public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
The policy describes the baseline against which Instance boot integrity is measured.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ShieldedInstanceIntegrityPolicy` class defines the baseline for measuring the boot integrity of a virtual machine instance."],["The latest version of `ShieldedInstanceIntegrityPolicy` is 3.6.0, with a range of versions available from 1.0.0 up to the latest."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the `Object` class."],["The `UpdateAutoLearnPolicy` property, a boolean value, allows for updating the integrity policy baseline using the most recent boot measurements."],["There are two constructors available, one being the default and the other taking an existing `ShieldedInstanceIntegrityPolicy` instance as an argument."]]],[]]