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."],[[["This document provides reference documentation for the `AzureJsonWebKeys` class within the Anthos Multi-Cloud v1 API, specifically version 2.4.0."],["The `AzureJsonWebKeys` class, which is sealed, is a representation of a JSON Web Key Set, as defined by RFC 7517, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Keys` property of type `RepeatedField\u003cJwk\u003e` that holds the public keys used by the cluster to sign token requests."],["It also includes two constructors: a default constructor and one that accepts another `AzureJsonWebKeys` object for creating a new instance."],["This documentation also lists all available versions of the `AzureJsonWebKeys` class, from version 1.0.0-beta01 up to the latest version 2.8.0, with each one being a link to their respective documentation."]]],[]]