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, with numerous prior versions ranging from 1.0.0 up to 3.5.0 also available for reference."],["`ShieldedInstanceIdentity` is a sealed class representing a Shielded Instance Identity, inheriting from Object and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The class includes constructors for creating a new instance and copying an existing one, as well as properties like `EncryptionKey`, `HasKind`, `Kind`, and `SigningKey`."],["The `Kind` property specifies the resource type, which is always \"compute#shieldedInstanceIdentity\" for this specific shielded instance identity entry."],["The class members inherited are `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are all from the `Object` base class."]]],[]]