Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class VerifyConfidentialSpaceResponse.
VerifyConfidentialSpaceResponse is returned once a Confidential Space attestation has been successfully verified, containing a signed token.
Generated from protobuf message google.cloud.confidentialcomputing.v1.VerifyConfidentialSpaceResponse
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attestation_token |
string
Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation. |
↳ partial_errors |
array<Google\Rpc\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. |
getAttestationToken
Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.
Returns | |
---|---|
Type | Description |
string |
setAttestationToken
Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPartialErrors
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPartialErrors
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |