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-04-09 UTC."],[[["This webpage provides reference documentation for the `ShieldedInstanceIdentityEntry` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The content covers multiple versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, with version 3.3.0 being the current context."],["`ShieldedInstanceIdentityEntry` is a class that represents an entry for shielded instance identity and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EkCert` and `EkPub`, which respectively represent a PEM-encoded X.509 certificate and a PEM-encoded public key, along with boolean indicators for whether these fields are set."],["The class has 2 constructors, one is a default constructor, and the second accepts a ShieldedInstanceIdentityEntry object as a parameter."]]],[]]