Google Cloud Confidential Computing V1 Client - Class VerifyAttestationResponse (0.6.0)

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 OIDC token.

Generated from protobuf message google.cloud.confidentialcomputing.v1.VerifyAttestationResponse

Namespace

Google \ Cloud \ ConfidentialComputing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setOidcClaimsToken

Output only. Same as claims_token, but as a string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPartialErrors

Output only. A list of messages that carry the partial error details related to VerifyAttestation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialErrors

Output only. A list of messages that carry the partial error details related to VerifyAttestation.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this