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 Compute Engine v1 API for .NET."],["The `ShieldedInstanceIdentityEntry` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `EkCert` (a PEM-encoded X.509 certificate) and `EkPub` (a PEM-encoded public key), along with boolean properties `HasEkCert` and `HasEkPub` to check if those fields are set."],["Multiple versions of this API are listed, ranging from version 1.0.0 to 3.6.0 (the latest)."]]],[]]