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 reference documentation for the `GetJSONWebKeysRequest` class within the Google Kubernetes Engine v1 API."],["It covers various versions of the API, ranging from version 2.3.0 up to the latest, 3.33.0, each providing documentation for the `GetJSONWebKeysRequest` class."],["The `GetJSONWebKeysRequest` class is used to retrieve the public component of keys used by a cluster for signing token requests, as defined in the OpenID Connect Discovery 1.0 specification."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class' constructor `GetJSONWebKeysRequest()` can be called to create an instance of this class, with an optional parameter to copy an already constructed `GetJSONWebKeysRequest` object."],["The `Parent` property is the only property listed, which specifies the project, location, and cluster name, it is a string and formatted as `projects/*/locations/*/clusters/*`."]]],[]]