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, specifically version 1.6.0, and details the class's structure and functionality."],["The `VerifyAttestationResponse` class represents the response received after successfully verifying an attestation, and it encapsulates a signed OIDC token."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It contains properties such as `OidcClaimsToken` (a string representing the signed OIDC token) and `PartialErrors` (a list of error messages related to attestation verification)."],["The documentation includes a list of previous versions, with version 1.8.0 being the latest, in addition to two constructors, one empty and one that duplicates an existing object of the same class."]]],[]]