Class: Google::Cloud::Container::V1beta1::GetJSONWebKeysResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517

Instance Attribute Summary collapse

Instance Attribute Details

#keys::Array<::Google::Cloud::Container::V1beta1::Jwk>

Returns The public component of the keys used by the cluster to sign token requests.

Returns:



5528
5529
5530
5531
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5528

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