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, specifically for .NET developers."],["The class `ShieldedInstanceIdentityEntry` is a data structure used in Compute Engine and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShieldedInstanceIdentityEntry` class has properties such as `EkCert` (an X.509 certificate) and `EkPub` (a public key), which can be accessed or set, and also properties that let you know whether they have been set (`HasEkCert`, `HasEkPub`)."],["There is a detailed history of previous versions of this class, with the latest one being version 3.6.0, and the current version being version 2.2.0."],["The reference page provides details about the constructors and inheritance of the `ShieldedInstanceIdentityEntry` class in addition to the properties and their types."]]],[]]