public sealed class GetAwsJsonWebKeysRequest : IMessage<GetAwsJsonWebKeysRequest>, IEquatable<GetAwsJsonWebKeysRequest>, IDeepCloneable<GetAwsJsonWebKeysRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAwsJsonWebKeysRequest.
GetAwsJsonWebKeysRequest 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-04-09 UTC."],[[["This document provides reference documentation for the `GetAwsJsonWebKeysRequest` class in the Anthos Multi-Cloud v1 API, detailing its purpose, which is to obtain the public keys used by the cluster for token request signing."],["The `GetAwsJsonWebKeysRequest` class is part of the `Google.Cloud.GkeMultiCloud.V1` namespace, within the `Google.Cloud.GkeMultiCloud.V1.dll` assembly, and has various versions available, from 1.0.0-beta01 up to 2.8.0."],["The `GetAwsJsonWebKeysRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The class includes constructors to create instances of `GetAwsJsonWebKeysRequest` either with default settings or by cloning an existing `GetAwsJsonWebKeysRequest` object."],["It features properties like `AwsCluster` (a string representing the cluster's resource path) and `AwsClusterAsAwsClusterName` (a typed view over the `AwsCluster` property), to specify which AWS cluster's keys are being requested."]]],[]]