Confidential Computing v1 API - Class VerifyAttestationResponse (1.2.0)

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.

Inheritance

object > VerifyAttestationResponse

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

VerifyAttestationResponse()

public VerifyAttestationResponse()

VerifyAttestationResponse(VerifyAttestationResponse)

public VerifyAttestationResponse(VerifyAttestationResponse other)
Parameter
NameDescription
otherVerifyAttestationResponse

Properties

OidcClaimsToken

public string OidcClaimsToken { get; set; }

Output only. Same as claims_token, but as a string.

Property Value
TypeDescription
string

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Output only. A list of messages that carry the partial error details related to VerifyAttestation.

Property Value
TypeDescription
RepeatedFieldStatus