File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
lib/datadog_api_client/v2/models Expand file tree Collapse file tree 3 files changed +13
-9
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-10-23 16:36:55.940728 ",
8- "spec_repo_commit": "a916f673 "
7+ "regenerated": "2024-10-24 20:04:21.923156 ",
8+ "spec_repo_commit": "aaacb8db "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-10-23 16:36:55.958696 ",
13- "spec_repo_commit": "a916f673 "
12+ "regenerated": "2024-10-24 20:04:21.941746 ",
13+ "spec_repo_commit": "aaacb8db "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -21679,11 +21679,15 @@ components:
2167921679 format: int64
2168021680 type: integer
2168121681 has_highlight_enabled:
21682- description: Whether or not scanned events are highlighted in Logs or RUM
21683- for the org.
21682+ default: true
21683+ deprecated: true
21684+ description: (Deprecated) Whether or not scanned events are highlighted
21685+ in Logs or RUM for the org.
2168421686 type: boolean
2168521687 has_multi_pass_enabled:
21686- description: Whether or not scanned events have multi-pass enabled.
21688+ deprecated: true
21689+ description: (Deprecated) Whether or not scanned events have multi-pass
21690+ enabled.
2168721691 type: boolean
2168821692 is_pci_compliant:
2168921693 description: Whether or not the org is compliant to the payment card industry
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ class SensitiveDataScannerMeta
2727 # Maximum number of scanning groups allowed for the org.
2828 attr_accessor :group_count_limit
2929
30- # Whether or not scanned events are highlighted in Logs or RUM for the org.
30+ # (Deprecated) Whether or not scanned events are highlighted in Logs or RUM for the org.
3131 attr_accessor :has_highlight_enabled
3232
33- # Whether or not scanned events have multi-pass enabled.
33+ # (Deprecated) Whether or not scanned events have multi-pass enabled.
3434 attr_accessor :has_multi_pass_enabled
3535
3636 # Whether or not the org is compliant to the payment card industry standard.
You can’t perform that action at this time.
0 commit comments