Class: Google::Cloud::Container::V1::GetJSONWebKeysRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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/*.



2932
2933
2934
2935
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2932

class GetJSONWebKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end