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 reference documentation for the `AzureJsonWebKeys` class within the Google Cloud GKE Multi-Cloud v1 API, version 2.7.0."],["`AzureJsonWebKeys` is a class that conforms to the JSON Web Key Set standard (RFC 7517) and is implemented in C# as a sealed class."],["The `AzureJsonWebKeys` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protocol Buffers."],["The class `AzureJsonWebKeys` has two constructors, one default and one that takes another `AzureJsonWebKeys` instance, and exposes a `Keys` property, which is a `RepeatedField` of `Jwk` representing the public keys used by the cluster."],["This documentation page also includes links to older versions, and up to the latest version of the `AzureJsonWebKeys` class and the surrounding API."]]],[]]