Class: Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
Instance Attribute Summary collapse
-
#keys ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>
The public component of the keys used by the cluster to sign token requests.
Instance Attribute Details
#keys ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>
Returns The public component of the keys used by the cluster to sign token requests.
723 724 725 726 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 723 class AwsJsonWebKeys include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |