Class: DatadogAPIClient::V2::CloudInventorySyncConfigGCPRequestAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_nameObject

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_idObject

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_emailObject

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
end

#source_bucket_nameObject

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