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-03-21 UTC."],[[["The latest version available for the `AzureJsonWebKeys` class is 2.8.0, and the provided content includes documentation and details for versions spanning from 1.0.0-beta01 up to this latest release."],["`AzureJsonWebKeys` is a class within the Anthos Multi-Cloud v1 API, specifically in the `Google.Cloud.GkeMultiCloud.V1` namespace, representing a JSON Web Key Set according to RFC 7517."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class includes a `Keys` property of type `RepeatedField\u003cJwk\u003e` that holds the public keys used by the cluster for signing token requests."],["There are two constructors for creating `AzureJsonWebKeys` objects: a default constructor, and another that allows cloning an existing `AzureJsonWebKeys` instance."]]],[]]