public sealed class GetJSONWebKeysRequest : IMessage<GetJSONWebKeysRequest>, IEquatable<GetJSONWebKeysRequest>, IDeepCloneable<GetJSONWebKeysRequest>, IBufferMessage, IMessage
GetJSONWebKeysRequest gets the public component of the keys used by the
cluster to sign token requests. This will be the jwks_uri for the discover
document returned by getOpenIDConfig. See the OpenID Connect
Discovery 1.0 specification for details.
[[["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-03-21 UTC."],[[["The page details the `GetJSONWebKeysRequest` class within the `Google.Cloud.Container.V1` namespace, version 2.6.0, and its usage for retrieving public keys used by the cluster."],["It provides a comprehensive list of previous versions of `GetJSONWebKeysRequest` ranging from version 2.3.0 to the latest version, 3.33.0, alongside their corresponding links."],["`GetJSONWebKeysRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["The class has two constructors, one empty and the other to make a copy, and has one property, \"Parent,\" which is used to specify the cluster for which to get the keys."]]],[]]