public sealed class VerifyAttestationResponse : IMessage<VerifyAttestationResponse>, IEquatable<VerifyAttestationResponse>, IDeepCloneable<VerifyAttestationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1alpha1 API class VerifyAttestationResponse.
A response once an attestation has been successfully verified, containing a signed OIDC token.
Implements
IMessageVerifyAttestationResponse, IEquatableVerifyAttestationResponse, IDeepCloneableVerifyAttestationResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Alpha1Assembly
Google.Cloud.ConfidentialComputing.V1Alpha1.dll
Constructors
VerifyAttestationResponse()
public VerifyAttestationResponse()
VerifyAttestationResponse(VerifyAttestationResponse)
public VerifyAttestationResponse(VerifyAttestationResponse other)
Parameter | |
---|---|
Name | Description |
other |
VerifyAttestationResponse |
Properties
ClaimsToken
public ByteString ClaimsToken { get; set; }
Output only. The OIDC token issued by this service. It contains specific
platform claims based on the contents of the provided attestation.
Property Value | |
---|---|
Type | Description |
ByteString |