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 latest version available is 3.33.0, but the page details versions ranging from 2.3.0 to 3.33.0."],["`GetJSONWebKeysRequest` is used to obtain the public keys that the cluster uses to sign token requests, and these are found in the jwks_uri as per the OpenID Connect Discovery 1.0 specification."],["The `GetJSONWebKeysRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains a `Parent` property which is a string that specifies the project, location, and cluster to get the keys for."]]],[]]