Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class VerifyAttestationResponse.
A response once an attestation has been successfully verified, containing a signed attestation token.
Generated from protobuf message google.cloud.confidentialcomputing.v1.VerifyAttestationResponse
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ oidc_claims_token |
string
Output only. Same as claims_token, but as a string. |
↳ partial_errors |
array<Google\Rpc\Status>
Output only. A list of messages that carry the partial error details related to VerifyAttestation. |
getOidcClaimsToken
Output only. Same as claims_token, but as a string.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOidcClaimsToken
Output only. Same as claims_token, but as a string.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPartialErrors
Output only. A list of messages that carry the partial error details related to VerifyAttestation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPartialErrors
Output only. A list of messages that carry the partial error details related to VerifyAttestation.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Rpc\Status>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|