Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.WellKnownResource

The "well-known" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ClustersResource.WellKnownResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.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 projects/*/locations/*/clusters/*.

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.WellKnownResource.GetOpenidConfigurationRequest
In this article
Back to top Generated by DocFX