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 available versions."],["The `ShieldedInstanceIdentityEntry` class is a representation of a Shielded Instance Identity Entry, which also implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `ShieldedInstanceIdentityEntry` is 3.6.0, with a comprehensive list of versions ranging back to 1.0.0, with various subversions in-between, all of which are accessible via the provided links."],["The class provides two constructors and has the properties `EkCert` and `EkPub`, which represent a PEM-encoded X.509 certificate and a PEM-encoded public key respectively, with boolean properties `HasEkCert` and `HasEkPub` to check if they have been set."],["The class inherits from Object and has methods for HashCode, Type, MemberwiseClone, and ToString, which are all from the base Object class."]]],[]]