Class: Google::Cloud::GkeMultiCloud::V1::GetAzureOpenIdConfigRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GetAzureOpenIdConfigRequest
- 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
-
#azure_cluster ⇒ ::String
Required.
Instance Attribute Details
#azure_cluster ⇒ ::String
Returns Required. The AzureCluster, which owns the OIDC discovery document.
Format:
projects/
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 |