Class: Google::Cloud::Container::V1beta1::GetJSONWebKeysRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/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/*.



4458
4459
4460
4461
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4458

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