Class: Google::Cloud::GkeMultiCloud::V1::GetAzureOpenIdConfigRequest Deprecated

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

Overview

Deprecated.

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

GetAzureOpenIdConfigRequest 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

#azure_cluster::String

Returns Required. The AzureCluster, which owns the OIDC discovery document. Format: projects//locations//azureClusters/.

Returns:

  • (::String)

    Required. The AzureCluster, which owns the OIDC discovery document. Format: projects//locations//azureClusters/



382
383
384
385
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 382

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