public sealed class ShieldedInstanceIdentityEntry : IMessage<ShieldedInstanceIdentityEntry>, IEquatable<ShieldedInstanceIdentityEntry>, IDeepCloneable<ShieldedInstanceIdentityEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIdentityEntry.
[[["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 provides reference documentation for the `ShieldedInstanceIdentityEntry` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with version 2.12.0 being the currently documented one."],["The `ShieldedInstanceIdentityEntry` class represents a Shielded Instance Identity Entry, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's constructors, including a default constructor and one that accepts another `ShieldedInstanceIdentityEntry` object for copying."],["The class includes properties such as `EkCert` and `EkPub`, which represent a PEM-encoded X.509 certificate and a PEM-encoded public key, respectively, and also includes `HasEkCert` and `HasEkPub`, for checking if these properties have been set."],["The documentation provides a range of previous versions of the API, starting at version 1.0.0 and going up to the latest release of 3.6.0, allowing developers to view the evolution of the `ShieldedInstanceIdentityEntry` class."]]],[]]