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 webpage provides documentation for the `GetJSONWebKeysRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The content details the various versions of the `GetJSONWebKeysRequest` class, ranging from version 2.3.0 to the latest version 3.33.0, each with links to their respective documentation pages."],["`GetJSONWebKeysRequest` is used to retrieve the public component of the keys used by a cluster to sign token requests, aligning with the OpenID Connect Discovery 1.0 specification."],["The documentation outlines that the class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key is used to specify the cluster (project, location, cluster name) to get the specified keys for, and it is specified in the format of `projects/*/locations/*/clusters/*`."]]],[]]