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: packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.ts
+8
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ export class GCPSTSServiceAccountAttributes {
36
36
* 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.
37
37
*/
38
38
"isCspmEnabled"?: boolean;
39
+
/**
40
+
* 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.
41
+
*/
42
+
"isPerProjectQuotaEnabled"?: boolean;
39
43
/**
40
44
* When enabled, Datadog scans for all resource change data in your Google Cloud environment.
41
45
*/
@@ -93,6 +97,10 @@ export class GCPSTSServiceAccountAttributes {
0 commit comments