Class: Google::Cloud::Container::V1::GetJSONWebKeysResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/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::V1::Jwk>

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

Returns:



2975
2976
2977
2978
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2975

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