public sealed class GetAzureOpenIdConfigRequest : IMessage<GetAzureOpenIdConfigRequest>, IEquatable<GetAzureOpenIdConfigRequest>, IDeepCloneable<GetAzureOpenIdConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAzureOpenIdConfigRequest.
GetAzureOpenIdConfigRequest 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 `GetAzureOpenIdConfigRequest` class within the Anthos Multi-Cloud v1 API, specifically for version 2.7.0."],["The `GetAzureOpenIdConfigRequest` class is used to retrieve the OIDC discovery document for an Azure cluster, adhering to the OpenID Connect Discovery 1.0 specification."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `GetAzureOpenIdConfigRequest` object as a parameter for copying, and has two properties: `AzureCluster` which is a string that specifies the cluster ID, and `AzureClusterAsAzureClusterName` that is a `AzureClusterName` type view over the `AzureCluster`."],["The document lists various versions of this feature, from 1.0.0-beta01 to the latest 2.8.0, showing the evolution and availability of the API."]]],[]]