Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::GetJSONWebKeysResponse.
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::Container::V1beta1::Jwk>
Returns
- (::Array<::Google::Cloud::Container::V1beta1::Jwk>) — The public component of the keys used by the cluster to sign token requests.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::Container::V1beta1::Jwk>
Parameter
- value (::Array<::Google::Cloud::Container::V1beta1::Jwk>) — The public component of the keys used by the cluster to sign token requests.
Returns
- (::Array<::Google::Cloud::Container::V1beta1::Jwk>) — The public component of the keys used by the cluster to sign token requests.