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



3873
3874
3875
3876
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3873

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