File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-07-26 19:06:12.505492 ",
8
- "spec_repo_commit": "44cf4afe "
7
+ "regenerated": "2024-07-30 17:01:11.256926 ",
8
+ "spec_repo_commit": "4380003d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-07-26 19:06:12.524483 ",
13
- "spec_repo_commit": "44cf4afe "
12
+ "regenerated": "2024-07-30 17:01:11.275395 ",
13
+ "spec_repo_commit": "4380003d "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -18006,7 +18006,8 @@ components:
18006
18006
description: 'A time window is specified to match when at least one of the cases
18007
18007
matches true. This is a sliding window
18008
18008
18009
- and evaluates in real time.'
18009
+ and evaluates in real time. For third party rules, it should equal max signal
18010
+ duration.'
18010
18011
enum:
18011
18012
- 0
18012
18013
- 60
@@ -18050,7 +18051,8 @@ components:
18050
18051
type: boolean
18051
18052
SecurityMonitoringRuleKeepAlive:
18052
18053
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
18053
- if a case is matched at least once within\nthis keep alive window."
18054
+ if a case is matched at least once within\nthis keep alive window. For third
18055
+ party rules, it should equal max signal duration."
18054
18056
enum:
18055
18057
- 0
18056
18058
- 60
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
8
8
9
9
/**
10
10
* A time window is specified to match when at least one of the cases matches true. This is a sliding window
11
- * and evaluates in real time.
11
+ * and evaluates in real time. For third party rules, it should equal max signal duration.
12
12
*/
13
13
14
14
export type SecurityMonitoringRuleEvaluationWindow =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
8
8
9
9
/**
10
10
* Once a signal is generated, the signal will remain “open” if a case is matched at least once within
11
- * this keep alive window.
11
+ * this keep alive window. For third party rules, it should equal max signal duration.
12
12
*/
13
13
14
14
export type SecurityMonitoringRuleKeepAlive =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export class SecurityMonitoringRuleOptions {
36
36
"detectionMethod" ?: SecurityMonitoringRuleDetectionMethod ;
37
37
/**
38
38
* A time window is specified to match when at least one of the cases matches true. This is a sliding window
39
- * and evaluates in real time.
39
+ * and evaluates in real time. For third party rules, it should equal max signal duration.
40
40
*/
41
41
"evaluationWindow" ?: SecurityMonitoringRuleEvaluationWindow ;
42
42
/**
@@ -49,7 +49,7 @@ export class SecurityMonitoringRuleOptions {
49
49
"impossibleTravelOptions" ?: SecurityMonitoringRuleImpossibleTravelOptions ;
50
50
/**
51
51
* Once a signal is generated, the signal will remain “open” if a case is matched at least once within
52
- * this keep alive window.
52
+ * this keep alive window. For third party rules, it should equal max signal duration.
53
53
*/
54
54
"keepAlive" ?: SecurityMonitoringRuleKeepAlive ;
55
55
/**
You can’t perform that action at this time.
0 commit comments