Reference documentation and code samples for the Google Cloud Container V1 Client class GetJSONWebKeysRequest.
GetJSONWebKeysRequest 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.container.v1.GetJSONWebKeysRequest
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The 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 in
the format projects/*/locations/*/clusters/*
.
Returns | |
---|---|
Type | Description |
string |
setParent
The cluster (project, location, cluster name) to get keys for. Specified in
the format projects/*/locations/*/clusters/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |