public sealed class GetAwsOpenIdConfigRequest : IMessage<GetAwsOpenIdConfigRequest>, IEquatable<GetAwsOpenIdConfigRequest>, IDeepCloneable<GetAwsOpenIdConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAwsOpenIdConfigRequest.
GetAwsOpenIdConfigRequest gets the OIDC discovery document for the
cluster. 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 information for the `GetAwsOpenIdConfigRequest` class within the Anthos Multi-Cloud v1 API, specifically for version 2.6.0."],["`GetAwsOpenIdConfigRequest` is used to retrieve the OIDC discovery document for a specific AWS cluster, as per the OpenID Connect Discovery 1.0 specification."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, a default one and one that takes another `GetAwsOpenIdConfigRequest` object, and it also has properties to get or set the AWS cluster and the AWS cluster name."],["This class has associated documentation and examples for its use in the .NET environment."]]],[]]