File tree 3 files changed +9
-6
lines changed
packages/datadog-api-client-v2/models
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-10-10 19:46:03.896755 ",
8
- "spec_repo_commit": "049920eb "
7
+ "regenerated": "2024-10-15 14:57:05.708140 ",
8
+ "spec_repo_commit": "45509e8e "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-10-10 19:46:04.041839 ",
13
- "spec_repo_commit": "049920eb "
12
+ "regenerated": "2024-10-15 14:57:05.727007 ",
13
+ "spec_repo_commit": "45509e8e "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -21680,10 +21680,13 @@ components:
21680
21680
format: int64
21681
21681
type: integer
21682
21682
has_highlight_enabled:
21683
+ default: true
21684
+ deprecated: true
21683
21685
description: Whether or not scanned events are highlighted in Logs or RUM
21684
- for the org.
21686
+ for the org. Can no longer be configured user-side.
21685
21687
type: boolean
21686
21688
has_multi_pass_enabled:
21689
+ deprecated: true
21687
21690
description: Whether or not scanned events have multi-pass enabled.
21688
21691
type: boolean
21689
21692
is_pci_compliant:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export class SensitiveDataScannerMeta {
19
19
*/
20
20
"groupCountLimit" ?: number ;
21
21
/**
22
- * Whether or not scanned events are highlighted in Logs or RUM for the org.
22
+ * Whether or not scanned events are highlighted in Logs or RUM for the org. Can no longer be configured user-side.
23
23
*/
24
24
"hasHighlightEnabled" ?: boolean ;
25
25
/**
You can’t perform that action at this time.
0 commit comments