Class: Google::Cloud::GkeMultiCloud::V1::GetAwsOpenIdConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GetAwsOpenIdConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb
Overview
GetAwsOpenIdConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Instance Attribute Summary collapse
-
#aws_cluster ⇒ ::String
Required.
Instance Attribute Details
#aws_cluster ⇒ ::String
Returns Required. The AwsCluster, which owns the OIDC discovery document. Format: projects/{project}/locations/{location}/awsClusters/{cluster}.
422 423 424 425 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 422 class GetAwsOpenIdConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |