public sealed class ShieldedInstanceIdentity : IMessage<ShieldedInstanceIdentity>, IEquatable<ShieldedInstanceIdentity>, IDeepCloneable<ShieldedInstanceIdentity>, IBufferMessage, IMessage
[[["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 `ShieldedInstanceIdentity` class represents a shielded instance identity within the Google Cloud Compute V1 API."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, with links provided for each version's documentation."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities related to message handling, equality comparison, and cloning."],["Key properties of the `ShieldedInstanceIdentity` class include `EncryptionKey` and `SigningKey`, which represent the Endorsement Key (EK) and Attestation Key (AK), respectively, and both of which are of the type `ShieldedInstanceIdentityEntry`."],["It contains a constructor for creating an instance of `ShieldedInstanceIdentity`, including one that accepts another `ShieldedInstanceIdentity` object as a parameter for cloning."]]],[]]