Class: Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.

Instance Attribute Summary collapse

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.

Returns:



706
707
708
709
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 706

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