public sealed class ShieldedInstanceIdentity : IMessage<ShieldedInstanceIdentity>, IEquatable<ShieldedInstanceIdentity>, IDeepCloneable<ShieldedInstanceIdentity>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIdentity.
[[["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."],[[["The `ShieldedInstanceIdentity` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace and is contained within the Google.Cloud.Compute.V1.dll assembly."],["This class represents a Shielded Instance Identity and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` that are primarily from the google.protobuf package, and also interfaces from the base dotnet library."],["It provides properties for `EncryptionKey` and `SigningKey`, both of type `ShieldedInstanceIdentityEntry`, which represent the Endorsement Key (EK) and Attestation Key (AK), respectively, for the Shielded Instance's vTPM."],["The `Kind` property indicates the type of resource, which is consistently `compute#shieldedInstanceIdentity` for shielded instance identity entries."],["The documentation offers a history of versions for this class ranging from the latest 3.6.0 down to 1.0.0, providing developers with the ability to reference documentation for the version that pertains to them."]]],[]]