Class: Google::Cloud::Container::V1::GetJSONWebKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::GetJSONWebKeysResponse
- 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
-
#keys ⇒ ::Array<::Google::Cloud::Container::V1::Jwk>
The public component of the keys used by the cluster to sign token requests.
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.
4558 4559 4560 4561 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4558 class GetJSONWebKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |