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/SecurityMonitoringSuppressionAttributes.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ export class SecurityMonitoringSuppressionAttributes {
19
19
* A user.
20
20
*/
21
21
"creator"?: SecurityMonitoringUser;
22
+
/**
23
+
* An exclusion query on the input data of the security rules, which could be logs, agent events, or other types of data based on the security rule. Events matching this query are ignored by the detection rules affected by the suppression rule.
24
+
*/
25
+
"dataExclusionQuery"?: string;
22
26
/**
23
27
* A description for the suppression rule.
24
28
*/
@@ -81,6 +85,10 @@ export class SecurityMonitoringSuppressionAttributes {
* An exclusion query on the input data of the security rules, which could be logs, agent events, or other types of data based on the security rule. Events matching this query are ignored by the detection rules affected by the suppression rule.
15
+
*/
16
+
"dataExclusionQuery"?: string;
13
17
/**
14
18
* A description for the suppression rule.
15
19
*/
@@ -31,9 +35,9 @@ export class SecurityMonitoringSuppressionCreateAttributes {
31
35
*/
32
36
"ruleQuery": string;
33
37
/**
34
-
* The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered. Same syntax as the queries to search signals in the signal explorer.
38
+
* The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered. Same syntax as the queries to search signals in the signal explorer.
35
39
*/
36
-
"suppressionQuery": string;
40
+
"suppressionQuery"?: string;
37
41
38
42
/**
39
43
* A container for additional, undeclared properties.
@@ -51,6 +55,10 @@ export class SecurityMonitoringSuppressionCreateAttributes {
* An exclusion query on the input data of the security rules, which could be logs, agent events, or other types of data based on the security rule. Events matching this query are ignored by the detection rules affected by the suppression rule.
15
+
*/
16
+
"dataExclusionQuery"?: string;
13
17
/**
14
18
* A description for the suppression rule.
15
19
*/
@@ -55,6 +59,10 @@ export class SecurityMonitoringSuppressionUpdateAttributes {
0 commit comments