Class: DatadogAPIClient::V2::PatchTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb
Overview
The definition of PatchTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#azure_client_id ⇒ Object
The Azure client ID.
-
#azure_container_name ⇒ Object
The name of the Azure container.
-
#azure_storage_account_name ⇒ Object
The name of the Azure storage account.
-
#azure_tenant_id ⇒ Object
The ID of the Azure tenant.
-
#file_path ⇒ Object
The relative file path from the Azure container root to the CSV file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 39 def additional_properties @additional_properties end |
#azure_client_id ⇒ Object
The Azure client ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 25 def azure_client_id @azure_client_id end |
#azure_container_name ⇒ Object
The name of the Azure container.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 28 def azure_container_name @azure_container_name end |
#azure_storage_account_name ⇒ Object
The name of the Azure storage account.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 31 def azure_storage_account_name @azure_storage_account_name end |
#azure_tenant_id ⇒ Object
The ID of the Azure tenant.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 34 def azure_tenant_id @azure_tenant_id end |
#file_path ⇒ Object
The relative file path from the Azure container root to the CSV file.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb', line 37 def file_path @file_path end |