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 \ 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. |
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 |