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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ class GCPSTSServiceAccountAttributes
40
40
# 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.
41
41
attr_accessor:is_cspm_enabled
42
42
43
+
# 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.
44
+
attr_accessor:is_per_project_quota_enabled
45
+
43
46
# When enabled, Datadog scans for all resource change data in your Google Cloud environment.
0 commit comments