Class: Google::Cloud::GkeMultiCloud::V1::GetAwsOpenIdConfigRequest Deprecated

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

GetAwsOpenIdConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_cluster::String

Returns Required. The AwsCluster, which owns the OIDC discovery document. Format: projects/{project}/locations/{location}/awsClusters/{cluster}.

Returns:

  • (::String)

    Required. The AwsCluster, which owns the OIDC discovery document. Format: projects/{project}/locations/{location}/awsClusters/{cluster}



436
437
438
439
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 436

class GetAwsOpenIdConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end