public sealed class ShieldedInstanceIdentityEntry : IMessage<ShieldedInstanceIdentityEntry>, IEquatable<ShieldedInstanceIdentityEntry>, IDeepCloneable<ShieldedInstanceIdentityEntry>, 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-24 UTC."],[[["This webpage details the `ShieldedInstanceIdentityEntry` class within the `Google.Cloud.Compute.V1` namespace, focusing on its structure and implementation across various versions."],["The `ShieldedInstanceIdentityEntry` class represents a shielded instance identity entry and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that takes another `ShieldedInstanceIdentityEntry` object as a parameter for creating a copy."],["Key properties of the `ShieldedInstanceIdentityEntry` class include `EkCert` (a PEM-encoded X.509 certificate), `EkPub` (a PEM-encoded public key), `HasEkCert` and `HasEkPub` which indicates if the ek_cert and ek_pub fields are set."],["The page documents multiple versions of this element, with version 3.6.0 being the latest version."]]],[]]