Class Google::Cloud::Container::V1beta1::GetJSONWebKeysRequest (v0.8.3)

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

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

#parent=

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