Confidential Computing v1 API - Class VerifyConfidentialSpaceResponse (1.9.0)

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

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

VerifyConfidentialSpaceResponse is returned once a Confidential Space attestation has been successfully verified, containing a signed token.

Inheritance

object > VerifyConfidentialSpaceResponse

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

VerifyConfidentialSpaceResponse()

public VerifyConfidentialSpaceResponse()

VerifyConfidentialSpaceResponse(VerifyConfidentialSpaceResponse)

public VerifyConfidentialSpaceResponse(VerifyConfidentialSpaceResponse other)
Parameter
Name Description
other VerifyConfidentialSpaceResponse

Properties

AttestationToken

public string AttestationToken { get; set; }

Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.

Property Value
Type Description
string

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

Property Value
Type Description
RepeatedFieldStatus