Class: DatadogAPIClient::V2::CloudInventorySyncConfigAzureRequestAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb

Overview

Azure settings for the storage account and container with inventory data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#client_idObject

Azure AD application (client) ID used for access.



25
26
27
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 25

def client_id
  @client_id
end

#containerObject

Blob container name.



28
29
30
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 28

def container
  @container
end

#resource_groupObject

Resource group containing the storage account.



31
32
33
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 31

def resource_group
  @resource_group
end

#storage_accountObject

Storage account name.



34
35
36
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 34

def 
  @storage_account
end

#subscription_idObject

Azure subscription ID.



37
38
39
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 37

def subscription_id
  @subscription_id
end

#tenant_idObject

Azure AD tenant ID.



40
41
42
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_azure_request_attributes.rb', line 40

def tenant_id
  @tenant_id
end