Google Cloud Container V1 Client - Class GetJSONWebKeysRequest (2.2.1) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Container V1 Client class GetJSONWebKeysRequest.
GetJSONWebKeysRequest gets the public component of the keys used by thecluster to sign token requests. This will be the jwks_uri for the discoverdocument returned by getOpenIDConfig. See the OpenID ConnectDiscovery 1.0 specification for details.
Generated from protobuf messagegoogle.container.v1.GetJSONWebKeysRequest
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ parent | stringThe cluster (project, location, cluster name) to get keys for. Specified in the format |
getParent
The cluster (project, location, cluster name) to get keys for. Specified inthe formatprojects/*/locations/*/clusters/*.
| Returns | |
|---|---|
| Type | Description |
string | |
setParent
The cluster (project, location, cluster name) to get keys for. Specified inthe formatprojects/*/locations/*/clusters/*.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.