Class: Google::Apis::ContainerV1::GetJsonWebKeysResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::GetJsonWebKeysResponse
- Defined in:
- generated/google/apis/container_v1/classes.rb,
generated/google/apis/container_v1/representations.rb,
generated/google/apis/container_v1/representations.rb more...
Overview
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
Instance Attribute Summary collapse
-
#keys ⇒ Array<Google::Apis::ContainerV1::Jwk>
The public component of the keys used by the cluster to sign token requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetJsonWebKeysResponse
constructor
A new instance of GetJsonWebKeysResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetJsonWebKeysResponse
Returns a new instance of GetJsonWebKeysResponse
842 843 844 |
# File 'generated/google/apis/container_v1/classes.rb', line 842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#keys ⇒ Array<Google::Apis::ContainerV1::Jwk>
The public component of the keys used by the cluster to sign token
requests.
Corresponds to the JSON property keys
840 841 842 |
# File 'generated/google/apis/container_v1/classes.rb', line 840 def keys @keys end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
847 848 849 |
# File 'generated/google/apis/container_v1/classes.rb', line 847 def update!(**args) @keys = args[:keys] if args.key?(:keys) end |