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 the identity of a Shielded Instance in Google Cloud Compute V1, with the latest version being 3.6.0, and version 1.2.0 is currently displayed."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and manipulation."],["The `ShieldedInstanceIdentity` class contains properties for `EncryptionKey` and `SigningKey`, both of type `ShieldedInstanceIdentityEntry`, representing the Endorsement Key and Attestation Key respectively, which are vital for security."],["The class provides constructors for creating new `ShieldedInstanceIdentity` instances, either empty or from an existing instance, enhancing object creation flexibility."],["The `Kind` property, which is always \"compute#shieldedInstanceIdentity\", indicates the resource type."]]],[]]