File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
lib/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 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-08-08 20:00:53.893046 ",
8- "spec_repo_commit": "643e3eaf "
7+ "regenerated": "2024-08-09 12:06:49.961468 ",
8+ "spec_repo_commit": "a21ba287 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-08-08 20:00:53.919209 ",
13- "spec_repo_commit": "643e3eaf "
12+ "regenerated": "2024-08-09 12:06:49.979811 ",
13+ "spec_repo_commit": "a21ba287 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818
1919module DatadogAPIClient ::V2
2020 # A time window is specified to match when at least one of the cases matches true. This is a sliding window
21- # and evaluates in real time. For third party rules, it should equal max signal duration .
21+ # and evaluates in real time. For third party rules, this field is not used .
2222 class SecurityMonitoringRuleEvaluationWindow
2323 include BaseEnumModel
2424
Original file line number Diff line number Diff line change 1818
1919module DatadogAPIClient ::V2
2020 # Once a signal is generated, the signal will remain “open” if a case is matched at least once within
21- # this keep alive window. For third party rules, it should equal max signal duration .
21+ # this keep alive window. For third party rules, this field is not used .
2222 class SecurityMonitoringRuleKeepAlive
2323 include BaseEnumModel
2424
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class SecurityMonitoringRuleOptions
3535 attr_accessor :detection_method
3636
3737 # A time window is specified to match when at least one of the cases matches true. This is a sliding window
38- # and evaluates in real time. For third party rules, it should equal max signal duration .
38+ # and evaluates in real time. For third party rules, this field is not used .
3939 attr_accessor :evaluation_window
4040
4141 # Hardcoded evaluator type.
@@ -45,7 +45,7 @@ class SecurityMonitoringRuleOptions
4545 attr_accessor :impossible_travel_options
4646
4747 # Once a signal is generated, the signal will remain “open” if a case is matched at least once within
48- # this keep alive window. For third party rules, it should equal max signal duration .
48+ # this keep alive window. For third party rules, this field is not used .
4949 attr_accessor :keep_alive
5050
5151 # A signal will “close” regardless of the query being matched once the time exceeds the maximum duration.
You can’t perform that action at this time.
0 commit comments