Class: Google::Cloud::Container::V1beta1::GetOpenIDConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::GetOpenIDConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
GetOpenIDConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
The cluster (project, location, cluster name) to get the discovery document for.
Instance Attribute Details
#parent ⇒ ::String
Returns The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format projects/*/locations/*/clusters/*
.
4711 4712 4713 4714 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4711 class GetOpenIDConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |