public sealed class GetOpenIDConfigRequest : IMessage<GetOpenIDConfigRequest>, IEquatable<GetOpenIDConfigRequest>, IDeepCloneable<GetOpenIDConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetOpenIDConfigRequest.
GetOpenIDConfigRequest 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-03-21 UTC."],[[["The provided content details the `GetOpenIDConfigRequest` class within the Google Kubernetes Engine v1 API, which is used to retrieve the OpenID Connect discovery document for a cluster."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Protobuf library."],["The content includes a list of available versions, ranging from the latest version 3.33.0 down to version 2.3.0, providing a history of the `GetOpenIDConfigRequest` class."],["The `GetOpenIDConfigRequest` class has two constructors, a default constructor and one that takes another `GetOpenIDConfigRequest` object as a parameter for copying."],["A key property of the class is `Parent`, a string that specifies the project, location, and cluster name for which to retrieve the OIDC document, using the format `projects/*/locations/*/clusters/*`."]]],[]]