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 page provides documentation for the `VerifyAttestationResponse` class within the Google Cloud Confidential Computing v1 API, detailing its structure and usage."],["The `VerifyAttestationResponse` class represents a response received after a successful attestation verification, which includes a signed OIDC token."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `VerifyAttestationResponse` include `OidcClaimsToken` (a string representation of the claims token) and `PartialErrors` (a list detailing any partial errors during verification)."],["The provided documentation includes information for versions from 1.0.0 to 1.8.0, the latest being 1.8.0, of the `VerifyAttestationResponse` class."]]],[]]