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
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@ class SecurityMonitoringSuppressionAttributes
54
54
# The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.
55
55
attr_accessor:suppression_query
56
56
57
+
# List of tags associated with the suppression rule.
58
+
attr_accessor:tags
59
+
57
60
# A Unix millisecond timestamp given the update date of the suppression rule.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ class SecurityMonitoringSuppressionCreateAttributes
45
45
# The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered. It uses the same syntax as the queries to search signals in the Signals Explorer.
46
46
attr_accessor:suppression_query
47
47
48
+
# List of tags associated with the suppression rule.
49
+
attr_accessor:tags
50
+
48
51
attr_accessor:additional_properties
49
52
50
53
# Attribute mapping from ruby-style variable name to JSON key.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ class SecurityMonitoringSuppressionUpdateAttributes
45
45
# The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.
46
46
attr_accessor:suppression_query
47
47
48
+
# List of tags associated with the suppression rule.
49
+
attr_accessor:tags
50
+
48
51
# The current version of the suppression. This is optional, but it can help prevent concurrent modifications.
0 commit comments