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, available in multiple versions, including the latest, 3.6.0."],["The `ShieldedInstanceIdentityEntry` class represents a shielded instance identity entry and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and one that takes another `ShieldedInstanceIdentityEntry` object as a parameter, providing options for object creation."],["It includes properties `EkCert` and `EkPub`, which store PEM-encoded X.509 certificates and public keys respectively, alongside boolean properties `HasEkCert` and `HasEkPub` that indicate if the respective fields are set."],["It provides inheritance from `Object` and lists the available members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]