Class: Google::Cloud::GkeMultiCloud::V1::GetAwsJsonWebKeysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GetAwsJsonWebKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb
Overview
GetAwsJsonWebKeysRequest 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
-
#aws_cluster ⇒ ::String
Required.
Instance Attribute Details
#aws_cluster ⇒ ::String
Returns Required. The AwsCluster, which owns the JsonWebKeys. Format: projects/{project}/locations/{location}/awsClusters/{cluster}.
436 437 438 439 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 436 class GetAwsJsonWebKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |