Google Cloud Confidential Computing V1 Client - Class GcpCredentials (0.1.1)

Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class GcpCredentials.

Credentials issued by GCP which are linked to the platform attestation. These will be verified server-side as part of attestaion verification.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_account_id_tokens array

Same as id_tokens, but as a string.

getServiceAccountIdTokens

Same as id_tokens, but as a string.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceAccountIdTokens

Same as id_tokens, but as a string.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this