Class: Google::Cloud::GkeMultiCloud::V1::AzureServicesAuthentication

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

Overview

Authentication configuration for the management of Azure resources.

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns Required. The Azure Active Directory Application ID.

Returns:

  • (::String)

    Required. The Azure Active Directory Application ID.



498
499
500
501
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 498

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

#tenant_id::String

Returns Required. The Azure Active Directory Tenant ID.

Returns:

  • (::String)

    Required. The Azure Active Directory Tenant ID.



498
499
500
501
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 498

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