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."],[[["The latest version available for `ShieldedInstanceIdentityEntry` is 3.6.0, and there are multiple other versions available ranging from 1.0.0 to 3.5.0."],["`ShieldedInstanceIdentityEntry` is a class within the Google Compute Engine v1 API, specifically found under the `Google.Cloud.Compute.V1` namespace, and is documented in the `Google.Cloud.Compute.V1.dll` assembly."],["The `ShieldedInstanceIdentityEntry` class represents a Shielded Instance Identity Entry and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShieldedInstanceIdentityEntry` class has two properties, `EkCert`, which is an optional PEM-encoded X.509 certificate, and `EkPub`, which is a PEM-encoded public key, which can both be set as a string."],["There are two constructors available for the class, one default that creates an empty `ShieldedInstanceIdentityEntry`, and another which takes in another `ShieldedInstanceIdentityEntry` as a parameter."]]],[]]