public sealed class KeyOperationAttestation : IMessage<KeyOperationAttestation>, IEquatable<KeyOperationAttestation>, IDeepCloneable<KeyOperationAttestation>, IBufferMessage, IMessage
Contains an HSM-generated attestation about a key operation. For more
information, see Verifying attestations.
[[["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 details the `KeyOperationAttestation` class within the `Google.Cloud.Kms.V1` namespace, which provides information about HSM-generated attestations for key operations."],["The `KeyOperationAttestation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a base of the `Object` class."],["The page outlines the class's properties, `Content` and `Format`, which provide the attestation data and its format, respectively, and both are output only."],["The document provides links and information for a range of versions, from `2.2.0` up to `3.16.0` (latest) of the Google Cloud Kms V1, allowing access to the documentation for each version of the `KeyOperationAttestation`."],["There is also a section outlining the class constructors, including the default constructor, and a constructor that creates a new instance of the class from an existing `KeyOperationAttestation` object."]]],[]]