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 latest version available for `ShieldedInstanceIdentity` is 3.6.0, part of the `Google.Cloud.Compute.V1` namespace."],["This class, `ShieldedInstanceIdentity`, represents a Shielded Instance Identity and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `EncryptionKey` and `SigningKey`, which represent the Endorsement Key (EK) and Attestation Key (AK) respectively, both using the `ShieldedInstanceIdentityEntry` type."],["`ShieldedInstanceIdentity` also includes a `Kind` property, which is a string representing the resource type and is always \"compute#shieldedInstanceIdentity\"."],["The class has 2 constructors available, one default and one that accepts another `ShieldedInstanceIdentity` object as a parameter for creating copies."]]],[]]