Class: Google::Cloud::GkeMultiCloud::V1::GetAzureOpenIdConfigRequest
- 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
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/
369 370 371 372 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 369 class GetAzureOpenIdConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |