Class: DatadogAPIClient::V2::CloudInventorySyncConfigAzureRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudInventorySyncConfigAzureRequestAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
Azure AD application (client) ID used for access.
-
#container ⇒ Object
readonly
Blob container name.
-
#resource_group ⇒ Object
readonly
Resource group containing the storage account.
-
#storage_account ⇒ Object
readonly
Storage account name.
-
#subscription_id ⇒ Object
readonly
Azure subscription ID.
-
#tenant_id ⇒ Object
readonly
Azure AD tenant ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_id ⇒ Object
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 |
#container ⇒ Object
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_group ⇒ Object
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_account ⇒ Object
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 @storage_account end |
#subscription_id ⇒ Object
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_id ⇒ Object
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 |