class ProjectsLocationsClustersWellKnown extends Resource (View source)

The "well-known" collection of methods.

Typical usage is:

 $containerService = new Google\Service\Container(...);
 $well_known = $containerService->projects_locations_clusters_well_known;

Methods

getOpenidConfiguration(string $parent, array $optParams = [])

Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details. (well-known.getOpenidConfiguration)

Details

GetOpenIDConfigResponse getOpenidConfiguration(string $parent, array $optParams = [])

Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details. (well-known.getOpenidConfiguration)

Parameters

string $parent

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/locations/clusters.

array $optParams

Optional parameters.

Return Value

GetOpenIDConfigResponse

Exceptions

Exception