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."],[[["The `ShieldedInstanceIdentityEntry` class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["This class represents a Shielded Instance Identity Entry and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `ShieldedInstanceIdentityEntry` object for creating a copy."],["It has two main properties: `EkCert`, which holds a PEM-encoded X.509 certificate, and `EkPub`, which stores a PEM-encoded public key, along with corresponding boolean properties `HasEkCert` and `HasEkPub` that indicate if those fields are set."],["The document provides a history of the versions of the `ShieldedInstanceIdentityEntry`, with version 3.6.0 as the most recent."]]],[]]