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-03-21 UTC."],[[["This webpage provides reference documentation for the `ShieldedInstanceIdentity` class within the Compute Engine v1 API for .NET, specifically version 2.13.0 and its subsequent updates."],["The latest version documented is 3.6.0, and historical versions from 1.0.0 up to that are available for review and reference."],["The `ShieldedInstanceIdentity` class represents a Shielded Instance Identity and includes properties for an encryption key (`EncryptionKey`), a signing key (`SigningKey`), and a resource kind (`Kind`)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from `object` such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default constructor, `ShieldedInstanceIdentity()`, and an overload constructor that takes another `ShieldedInstanceIdentity` instance as an argument for a deep copy."]]],[]]