Class ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest
Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Inheritance
ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest : ContainerBaseServiceRequest<GetOpenIDConfigResponse>, IClientServiceRequest<GetOpenIDConfigResponse>, IClientServiceRequest
Constructors
GetOpenidConfigurationRequest(IClientService, string)
Constructs a new GetOpenidConfiguration request.
Declaration
public GetOpenidConfigurationRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
The cluster (project, location, cluster name) to get the discovery document for. Specified
in the format projects/*/locations/*/clusters/*
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetOpenidConfiguration parameter list.
Declaration
protected override void InitParameters()