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 represents an entry for shielded instance identity, which is part of the `Google.Cloud.Compute.V1` namespace."],["The latest version available is 3.6.0, and the documentation covers versions ranging from 1.0.0 to 3.6.0 for the `ShieldedInstanceIdentityEntry` class."],["`ShieldedInstanceIdentityEntry` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShieldedInstanceIdentityEntry` class has two string properties: `EkCert`, which is a PEM-encoded X.509 certificate that can be empty, and `EkPub`, which is a PEM-encoded public key."],["The class also has two boolean properties, HasEkCert and HasEkPub, which indicate whether the respective string fields have been set or not."]]],[]]