Skip to content

Commit 23d2bff

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[SEC-14142]evaluationWindow and keepAlive doc (#1745)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent f15df35 commit 23d2bff

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18054,8 +18054,7 @@ components:
1805418054
description: 'A time window is specified to match when at least one of the cases
1805518055
matches true. This is a sliding window
1805618056

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.'
1805918058
enum:
1806018059
- 0
1806118060
- 60
@@ -18100,7 +18099,7 @@ components:
1810018099
SecurityMonitoringRuleKeepAlive:
1810118100
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
1810218101
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."
1810418103
enum:
1810518104
- 0
1810618105
- 60

packages/datadog-api-client-v2/models/SecurityMonitoringRuleEvaluationWindow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
1010
* 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.
1212
*/
1313

1414
export type SecurityMonitoringRuleEvaluationWindow =

packages/datadog-api-client-v2/models/SecurityMonitoringRuleKeepAlive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
1010
* 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.
1212
*/
1313

1414
export type SecurityMonitoringRuleKeepAlive =

packages/datadog-api-client-v2/models/SecurityMonitoringRuleOptions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class SecurityMonitoringRuleOptions {
3636
"detectionMethod"?: SecurityMonitoringRuleDetectionMethod;
3737
/**
3838
* 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.
4040
*/
4141
"evaluationWindow"?: SecurityMonitoringRuleEvaluationWindow;
4242
/**
@@ -49,7 +49,7 @@ export class SecurityMonitoringRuleOptions {
4949
"impossibleTravelOptions"?: SecurityMonitoringRuleImpossibleTravelOptions;
5050
/**
5151
* 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.
5353
*/
5454
"keepAlive"?: SecurityMonitoringRuleKeepAlive;
5555
/**

0 commit comments

Comments
 (0)