public sealed class GetJSONWebKeysRequest : IMessage<GetJSONWebKeysRequest>, IEquatable<GetJSONWebKeysRequest>, IDeepCloneable<GetJSONWebKeysRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetJSONWebKeysRequest.
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."],[[["This page provides documentation for the `GetJSONWebKeysRequest` class within the Google Kubernetes Engine v1 API, specifically for .NET developers."],["The `GetJSONWebKeysRequest` class is used to retrieve the public keys utilized by a cluster for signing token requests, corresponding to the `jwks_uri` in the OpenID Connect Discovery document."],["The page includes links to numerous past versions of the `GetJSONWebKeysRequest` reference, from version 2.3.0 up to the latest version, 3.33.0, enabling users to access documentation for multiple release versions."],["The `GetJSONWebKeysRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers framework."],["It details the inherited members and provides information on the constructors, as well as a 'Parent' property, which specifies the cluster for which keys are being requested, in the format `projects/*/locations/*/clusters/*`."]]],[]]