public sealed class GetJSONWebKeysResponse : IMessage<GetJSONWebKeysResponse>, IEquatable<GetJSONWebKeysResponse>, IDeepCloneable<GetJSONWebKeysResponse>, IBufferMessage, IMessage
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of `GetJSONWebKeysResponse` is 3.33.0, but this page is showing version 2.5.0, with many other versions also available."],["`GetJSONWebKeysResponse` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and is part of the `Google.Cloud.Container.V1` namespace."],["The `GetJSONWebKeysResponse` class represents a valid JSON Web Key Set, as per RFC 7517."],["This class has two constructors: a default constructor and one that accepts another `GetJSONWebKeysResponse` object."],["The `Keys` property, of type `RepeatedField\u003cJwk\u003e`, holds the public keys used by the cluster to sign token requests."]]],[]]