Class: Google::Cloud::GkeMultiCloud::V1::AzureJsonWebKeys
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureJsonWebKeys
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
AzureJsonWebKeys 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.
768 769 770 771 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 768 class AzureJsonWebKeys include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |