File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 5 files changed +10
-11
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-08-08 20:00:47.550192 ",
8
- "spec_repo_commit": "643e3eaf "
7
+ "regenerated": "2024-08-09 12:06:46.968763 ",
8
+ "spec_repo_commit": "a21ba287 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-08-08 20:00:47.575862 ",
13
- "spec_repo_commit": "643e3eaf "
12
+ "regenerated": "2024-08-09 12:06:46.987436 ",
13
+ "spec_repo_commit": "a21ba287 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -18054,8 +18054,7 @@ components:
18054
18054
description: 'A time window is specified to match when at least one of the cases
18055
18055
matches true. This is a sliding window
18056
18056
18057
- and evaluates in real time. For third party rules, it should equal max signal
18058
- duration.'
18057
+ and evaluates in real time. For third party rules, this field is not used.'
18059
18058
enum:
18060
18059
- 0
18061
18060
- 60
@@ -18100,7 +18099,7 @@ components:
18100
18099
SecurityMonitoringRuleKeepAlive:
18101
18100
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
18102
18101
if a case is matched at least once within\nthis keep alive window. For third
18103
- party rules, it should equal max signal duration ."
18102
+ party rules, this field is not used ."
18104
18103
enum:
18105
18104
- 0
18106
18105
- 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. For third party rules, it should equal max signal duration .
11
+ * and evaluates in real time. For third party rules, this field is not used .
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. For third party rules, it should equal max signal duration .
11
+ * this keep alive window. For third party rules, this field is not used .
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. For third party rules, it should equal max signal duration .
39
+ * and evaluates in real time. For third party rules, this field is not used .
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. For third party rules, it should equal max signal duration .
52
+ * this keep alive window. For third party rules, this field is not used .
53
53
*/
54
54
"keepAlive" ?: SecurityMonitoringRuleKeepAlive ;
55
55
/**
You can’t perform that action at this time.
0 commit comments