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
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ class GCPSTSServiceAccountAttributes
43
43
# 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.
44
44
attr_accessor:is_cspm_enabled
45
45
46
+
# When enabled, Datadog collects metrics where location is explicitly stated as "global" or where location information cannot be deduced from GCP labels.
47
+
attr_accessor:is_global_location_enabled
48
+
46
49
# 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.
47
50
attr_accessor:is_per_project_quota_enabled
48
51
@@ -58,6 +61,9 @@ class GCPSTSServiceAccountAttributes
58
61
# Configurations for GCP monitored resources.
59
62
attr_accessor:monitored_resource_configs
60
63
64
+
# 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.
65
+
attr_accessor:region_filter_configs
66
+
61
67
# When enabled, Datadog scans for all resources in your GCP environment.
0 commit comments