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, serving as an entry for Shielded Instance Identity."],["The latest version available for the ShieldedInstanceIdentityEntry is 3.6.0, however multiple versions are available, dating back to 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShieldedInstanceIdentityEntry` class has two properties, `EkCert` for a PEM-encoded X.509 certificate and `EkPub` for a PEM-encoded public key."],["The class provides two constructors: a default constructor `ShieldedInstanceIdentityEntry()` and another `ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry other)` which takes another ShieldedInstanceIdentityEntry object."]]],[]]