Class: Google::Apis::ContainerV1beta1::GetJsonWebKeysResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetJsonWebKeysResponse

Returns a new instance of GetJsonWebKeysResponse



1101
1102
1103
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1101

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#keysArray<Google::Apis::ContainerV1beta1::Jwk>

The public component of the keys used by the cluster to sign token requests. Corresponds to the JSON property keys



1099
1100
1101
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1099

def keys
  @keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1106
1107
1108
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1106

def update!(**args)
  @keys = args[:keys] if args.key?(:keys)
end