Class: Google::Cloud::GkeMultiCloud::V1::AzureServicesAuthentication Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureServicesAuthentication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Authentication configuration for the management of Azure resources.
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Required.
-
#tenant_id ⇒ ::String
Required.
Instance Attribute Details
#application_id ⇒ ::String
Returns Required. The Azure Active Directory Application ID.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 509 class AzureServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_id ⇒ ::String
Returns Required. The Azure Active Directory Tenant ID.
509 510 511 512 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 509 class AzureServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |