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."],[[["The `VerifyAttestationResponse` class in the Confidential Computing v1 API represents a successful attestation verification, providing a signed OIDC token."],["This class, part of the `Google.Cloud.ConfidentialComputing.V1` namespace, is implemented across several versions, with the latest being 1.8.0, and it includes methods and properties for interacting with attestation data."],["The `VerifyAttestationResponse` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the base `object` class, which provides basic object functionality, such as retrieving the hash code and type."],["The `OidcClaimsToken` property within `VerifyAttestationResponse` contains the signed claims token, represented as a string."],["The `PartialErrors` property of `VerifyAttestationResponse` provides a list of error details, of type `RepeatedField\u003cStatus\u003e`, that may have occurred during the verification process."]]],[]]