Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::GetOpenIDConfigRequest.
GetOpenIDConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format
projects/*/locations/*/clusters/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format
projects/*/locations/*/clusters/*
.
Returns
-
(::String) — The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format
projects/*/locations/*/clusters/*
.