Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class GetAwsJsonWebKeysRequest.
GetAwsJsonWebKeysRequest gets the public component of the keys used by the cluster to sign token requests. This will be the jwks_uri for the discover document returned by getOpenIDConfig. See the OpenID Connect Discovery 1.0 specification for details.
Generated from protobuf message google.cloud.gkemulticloud.v1.GetAwsJsonWebKeysRequest
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aws_cluster |
string
Required. The AwsCluster, which owns the JsonWebKeys. Format: projects/{project}/locations/{location}/awsClusters/{cluster} |
getAwsCluster
Required. The AwsCluster, which owns the JsonWebKeys.
Format: projects/{project}/locations/{location}/awsClusters/{cluster}
Returns | |
---|---|
Type | Description |
string |
setAwsCluster
Required. The AwsCluster, which owns the JsonWebKeys.
Format: projects/{project}/locations/{location}/awsClusters/{cluster}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |