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."],[[["This webpage details the `ShieldedInstanceIdentity` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The `ShieldedInstanceIdentity` class, representing a shielded instance identity, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ShieldedInstanceIdentity` class include `EncryptionKey` and `SigningKey`, both of which are of type `ShieldedInstanceIdentityEntry` and represent the Endorsement Key (EK) and Attestation Key (AK), respectively."],["The class has 2 constructors, a default constructor and one that takes in another object of type `ShieldedInstanceIdentity`."],["Multiple versions of the documentation are provided, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to view documentation relevant to their specific project versions."]]],[]]