Confidential Computing v1 API - Class VerifyAttestationRequest (1.4.0)

public sealed class VerifyAttestationRequest : IMessage<VerifyAttestationRequest>, IEquatable<VerifyAttestationRequest>, IDeepCloneable<VerifyAttestationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Confidential Computing v1 API class VerifyAttestationRequest.

A request for an OIDC token, providing all the necessary information needed for this service to verify the plaform state of the requestor.

Inheritance

object > VerifyAttestationRequest

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

VerifyAttestationRequest()

public VerifyAttestationRequest()

VerifyAttestationRequest(VerifyAttestationRequest)

public VerifyAttestationRequest(VerifyAttestationRequest other)
Parameter
NameDescription
otherVerifyAttestationRequest

Properties

Challenge

public string Challenge { get; set; }

Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.

Property Value
TypeDescription
string

ChallengeAsChallengeName

public ChallengeName ChallengeAsChallengeName { get; set; }

ChallengeName-typed view over the Challenge resource name property.

Property Value
TypeDescription
ChallengeName

ConfidentialSpaceInfo

public ConfidentialSpaceInfo ConfidentialSpaceInfo { get; set; }

Optional. Optional information related to the Confidential Space TEE.

Property Value
TypeDescription
ConfidentialSpaceInfo

GcpCredentials

public GcpCredentials GcpCredentials { get; set; }

Optional. Credentials used to populate the "emails" claim in the claims_token.

Property Value
TypeDescription
GcpCredentials

TokenOptions

public TokenOptions TokenOptions { get; set; }

Optional. A collection of optional, workload-specified claims that modify the token output.

Property Value
TypeDescription
TokenOptions

TpmAttestation

public TpmAttestation TpmAttestation { get; set; }

Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.

Property Value
TypeDescription
TpmAttestation