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
description: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
56899
+
description: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased, or the severity can be left unchanged (no-op).
56900
56900
enum:
56901
56901
- info
56902
56902
- low
@@ -56905,6 +56905,7 @@ components:
56905
56905
- critical
56906
56906
- increase
56907
56907
- decrease
56908
+
- no-op
56908
56909
example: increase
56909
56910
type: string
56910
56911
x-enum-varnames:
@@ -56915,6 +56916,7 @@ components:
56915
56916
- CRITICAL
56916
56917
- INCREASE
56917
56918
- DECREASE
56919
+
- NO_OP
56918
56920
SecurityMonitoringCriticalAssetType:
56919
56921
default: critical_assets
56920
56922
description: The type of the resource. The value should always be `critical_assets`.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/security_monitoring_critical_asset_attributes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ def __init__(
101
101
:param rule_query: The rule query of the critical asset, with the same syntax as the search bar for detection rules. This determines which rules this critical asset will apply to.
102
102
:type rule_query: str, optional
103
103
104
-
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
104
+
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased, or the severity can be left unchanged (no-op).
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/security_monitoring_critical_asset_create_attributes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ def __init__(
63
63
:param rule_query: The rule query of the critical asset, with the same syntax as the search bar for detection rules. This determines which rules this critical asset will apply to.
64
64
:type rule_query: str
65
65
66
-
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
66
+
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased, or the severity can be left unchanged (no-op).
Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
17
+
Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased, or the severity can be left unchanged (no-op).
18
18
19
-
:param value: Must be one of ["info", "low", "medium", "high", "critical", "increase", "decrease"].
19
+
:param value: Must be one of ["info", "low", "medium", "high", "critical", "increase", "decrease", "no-op"].
20
20
:type value: str
21
21
"""
22
22
@@ -28,6 +28,7 @@ class SecurityMonitoringCriticalAssetSeverity(ModelSimple):
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/security_monitoring_critical_asset_update_attributes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ def __init__(
72
72
:param rule_query: The rule query of the critical asset, with the same syntax as the search bar for detection rules. This determines which rules this critical asset will apply to.
73
73
:type rule_query: str, optional
74
74
75
-
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
75
+
:param severity: Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased, or the severity can be left unchanged (no-op).
0 commit comments