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-21 UTC."],[[["This webpage provides reference documentation for the `ShieldedInstanceIdentityEntry` class within the Google Cloud Compute Engine v1 API for .NET, with the latest version being 3.6.0."],["The `ShieldedInstanceIdentityEntry` class is used for handling Shielded Instance Identity entries and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `ShieldedInstanceIdentityEntry` object, allowing for easy object creation and copying."],["Key properties of the `ShieldedInstanceIdentityEntry` class include `EkCert` (a PEM-encoded X.509 certificate) and `EkPub` (a PEM-encoded public key), along with boolean properties `HasEkCert` and `HasEkPub` to check if the respective fields are set."],["The `ShieldedInstanceIdentityEntry` class is part of the `Google.Cloud.Compute.V1` namespace and is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]