Class: Google::Cloud::Container::V1::GetJSONWebKeysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::GetJSONWebKeysRequest
- 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
-
#parent ⇒ ::String
The cluster (project, location, cluster name) to get keys for.
Instance Attribute Details
#parent ⇒ ::String
Returns The cluster (project, location, cluster name) to get keys for. Specified in
the format projects/*/locations/*/clusters/*
.
4515 4516 4517 4518 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4515 class GetJSONWebKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |