Google Anthos Multi Cloud V1 Client - Class AwsJsonWebKeys (0.6.1)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsJsonWebKeys.

AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.

Generated from protobuf message google.cloud.gkemulticloud.v1.AwsJsonWebKeys

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ keys array<Google\Cloud\GkeMultiCloud\V1\Jwk>

The public component of the keys used by the cluster to sign token requests.

getKeys

The public component of the keys used by the cluster to sign token requests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setKeys

The public component of the keys used by the cluster to sign token requests.

Parameter
Name Description
var array<Google\Cloud\GkeMultiCloud\V1\Jwk>
Returns
Type Description
$this