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 latest version available for `ShieldedInstanceIntegrityPolicy` is 3.6.0, and there are multiple versions available ranging from 1.0.0 to 3.6.0."],["`ShieldedInstanceIntegrityPolicy` is a class that defines the baseline for measuring the boot integrity of a virtual machine instance."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateAutoLearnPolicy` property, when set to true, will update the integrity policy baseline with measurements from the VM's most recent boot."],["There are two constructor methods, one with no parameters and the other one that takes another ShieldedInstanceIntegrityPolicy object as an argument."]]],[]]