Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class VerifyConfidentialGkeResponse.
VerifyConfidentialGkeResponse response is returened once a Confidential GKE attestation has been successfully verified, containing a signed OIDC token.
Generated from protobuf message google.cloud.confidentialcomputing.v1.VerifyConfidentialGkeResponse
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 for Confidential GKE. It contains specific platform claims based on the contents of the provided attestation. |
getAttestationToken
Output only. The attestation token issued by this service for Confidential GKE. 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 for Confidential GKE. It contains specific platform claims based on the contents of the provided attestation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |