public sealed class AzureJsonWebKeys : IMessage<AzureJsonWebKeys>, IEquatable<AzureJsonWebKeys>, IDeepCloneable<AzureJsonWebKeys>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureJsonWebKeys.
AzureJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `AzureJsonWebKeys` class within the Google Cloud GKE Multi-Cloud v1 API, specifically for version 2.6.0."],["`AzureJsonWebKeys` is a class that represents a JSON Web Key Set, as defined by RFC 7517, for managing public keys used to sign token requests."],["The class `AzureJsonWebKeys` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class contains a `Keys` property, which is a `RepeatedField` of `Jwk` type, holding the public component of the keys used by the cluster to sign token requests."],["There are multiple versions of the `AzureJsonWebKeys` class available, with the latest being version 2.8.0, and the content provides links to documentation for each version from 1.0.0-beta01 and upwards."]]],[]]