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/sensitive_data_scanner_text_replacement.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ class SensitiveDataScannerTextReplacement
28
28
# Required if type == 'replacement_string'.
29
29
attr_accessor:replacement_string
30
30
31
+
# Only valid when type == `replacement_string`. When enabled, matches can be unmasked in logs by users with ‘Data Scanner Unmask’ permission. As a security best practice, avoid masking for highly-sensitive, long-lived data.
32
+
attr_accessor:should_save_match
33
+
31
34
# Type of the replacement text. None means no replacement.
32
35
# hash means the data will be stubbed. replacement_string means that
33
36
# one can chose a text to replace the data. partial_replacement_from_beginning
0 commit comments