Class VerifyConfidentialSpaceResponse (0.5.0)

VerifyConfidentialSpaceResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

Name Description
attestation_token str
Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.
partial_errors MutableSequence[google.rpc.status_pb2.Status]
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.