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."],[[["The latest version available for the `GetAzureOpenIdConfigRequest` is 2.8.0, and the documentation covers versions from 1.0.0-beta01 to 2.8.0."],["`GetAzureOpenIdConfigRequest` is an API class for retrieving the OIDC discovery document of a cluster, as detailed in the OpenID Connect Discovery 1.0 specification."],["This class is part of the Anthos Multi-Cloud v1 API and is found within the `Google.Cloud.GkeMultiCloud.V1` namespace."],["The `GetAzureOpenIdConfigRequest` class requires an `AzureCluster` property, which is a string representing the cluster's resource name in the format: `projects/\u003cproject-id\u003e/locations/\u003cregion\u003e/azureClusters/\u003ccluster-id\u003e`."],["It implements various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]