Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::GetJSONWebKeysRequest (v0.43.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

defparent()->::String
Returns
  • (::String) — The cluster (project, location, cluster name) to get keys for. Specified in the format projects/*/locations/*/clusters/*.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — The cluster (project, location, cluster name) to get keys for. Specified in the format projects/*/locations/*/clusters/*.
Returns
  • (::String) — The cluster (project, location, cluster name) to get keys for. Specified in the format projects/*/locations/*/clusters/*.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.