public sealed class VerifyAttestationResponse : IMessage<VerifyAttestationResponse>, IEquatable<VerifyAttestationResponse>, IDeepCloneable<VerifyAttestationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1 API class VerifyAttestationResponse.
A response once an attestation has been successfully verified, containing a
signed OIDC token.
[[["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 document provides reference information for the `VerifyAttestationResponse` class within the Google Cloud Confidential Computing v1 API, with the latest version being 1.8.0."],["The `VerifyAttestationResponse` class is designed to represent a response after a successful attestation verification, including a signed OIDC token."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `VerifyAttestationResponse` include `OidcClaimsToken` (a string representation of the claims token) and `PartialErrors` (a list of partial error details related to attestation verification)."],["The documentation includes information for multiple versions of the API, ranging from 1.0.0 to 1.8.0."]]],[]]