Class: DatadogAPIClient::V2::CloudInventorySyncConfigGCPRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudInventorySyncConfigGCPRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb
Overview
GCP settings for buckets involved in inventory reporting.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#destination_bucket_name ⇒ Object
readonly
GCS bucket name where Datadog reads inventory reports.
-
#project_id ⇒ Object
readonly
GCP project ID for the inventory destination bucket.
-
#service_account_email ⇒ Object
readonly
Service account email used to read the destination bucket.
-
#source_bucket_name ⇒ Object
readonly
GCS bucket name that inventory reports are generated for.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb', line 36 def additional_properties @additional_properties end |
#destination_bucket_name ⇒ Object
GCS bucket name where Datadog reads inventory reports.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb', line 25 def destination_bucket_name @destination_bucket_name end |
#project_id ⇒ Object
GCP project ID for the inventory destination bucket.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb', line 28 def project_id @project_id end |
#service_account_email ⇒ Object
Service account email used to read the destination bucket.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb', line 31 def service_account_email @service_account_email end |
#source_bucket_name ⇒ Object
GCS bucket name that inventory reports are generated for.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_gcp_request_attributes.rb', line 34 def source_bucket_name @source_bucket_name end |