Class: Google::Cloud::GkeMultiCloud::V1::GetAwsJsonWebKeysRequest Deprecated
- 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
Deprecated.
This message is deprecated and may be removed in the next major version update.
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}.
451 452 453 454 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 451 class GetAwsJsonWebKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |