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, which is used to retrieve the public keys used by a cluster to sign token requests."],["This class is part of the `Google.Cloud.Container.V1` namespace, within the `Google.Cloud.Container.V1.dll` assembly and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `GetJSONWebKeysRequest` is `3.33.0`, and there are also multiple previous versions all the way back to `2.3.0` listed."],["The class has a `Parent` property which specifies the cluster to get the keys for in the format: `projects/*/locations/*/clusters/*`."],["There are two constructors to create an instance of `GetJSONWebKeysRequest`: a parameterless constructor and a constructor that takes another `GetJSONWebKeysRequest` object."]]],[]]