You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.
36
36
#[serde(rename = "is_cspm_enabled")]
37
37
pubis_cspm_enabled:Option<bool>,
38
+
/// When enabled, Datadog collects metrics where location is explicitly stated as "global" or where location information cannot be deduced from GCP labels.
39
+
#[serde(rename = "is_global_location_enabled")]
40
+
pubis_global_location_enabled:Option<bool>,
38
41
/// When enabled, Datadog applies the `X-Goog-User-Project` header, attributing Google Cloud billing and quota usage to the project being monitored rather than the default service account project.
/// Configurations for GCP location filtering, such as region, multi-region, or zone. Only monitored resources that match the specified regions are imported into Datadog. By default, Datadog collects from all locations.
58
+
#[serde(rename = "region_filter_configs")]
59
+
pubregion_filter_configs:Option<Vec<String>>,
54
60
/// When enabled, Datadog scans for all resources in your GCP environment.
0 commit comments