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."],["`VerifyAttestationResponse` is a class that represents a response containing a signed OIDC token after successful attestation verification."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET environment."],["Key properties of `VerifyAttestationResponse` include `OidcClaimsToken`, representing the signed token as a string, and `PartialErrors`, a list detailing any partial errors encountered during verification."],["The latest version of the ConfidentialComputing.V1 API is 1.8.0, with the documentation also covering versions from 1.0.0 to 1.7.0."]]],[]]