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."],[[["The webpage details the `KeyOperationAttestation` class within the `Google.Cloud.Kms.V1` namespace, showing version history and documentation."],["`KeyOperationAttestation` is an object used to store HSM-generated attestations about key operations, crucial for verifying attestations."],["The `KeyOperationAttestation` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Content` which stores the attestation data, and `Format` which specifies the format of the attestation."],["The webpage provides links to various versions of the `KeyOperationAttestation` documentation, ranging from version 2.2.0 up to the latest version, 3.16.0."]]],[]]