Class ProjectsResource.LocationsResource.ClustersResource.WellKnownResource
The "well-known" collection of methods.
Inherited Members
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.WellKnownResource
Constructors
WellKnownResource(IClientService)
Constructs a new resource.
Declaration
public WellKnownResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetOpenidConfiguration(string)
Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest GetOpenidConfiguration(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | The cluster (project, location, cluster name) to get the discovery document for. Specified in
the format |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest |