File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +13
-9
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-23 16:36:53.182805 ",
8
- "spec_repo_commit": "a916f673 "
7
+ "regenerated": "2024-10-24 18:19:58.951730 ",
8
+ "spec_repo_commit": "98efbfe4 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-10-23 16:36:53.200120 ",
13
- "spec_repo_commit": "a916f673 "
12
+ "regenerated": "2024-10-24 18:19:58.969198 ",
13
+ "spec_repo_commit": "98efbfe4 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -21679,11 +21679,15 @@ components:
21679
21679
format: int64
21680
21680
type: integer
21681
21681
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.
21684
21686
type: boolean
21685
21687
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.
21687
21691
type: boolean
21688
21692
is_pci_compliant:
21689
21693
description: Whether or not the org is compliant to the payment card industry
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ def __init__(
59
59
:param group_count_limit: Maximum number of scanning groups allowed for the org.
60
60
:type group_count_limit: int, optional
61
61
62
- :param has_highlight_enabled: Whether or not scanned events are highlighted in Logs or RUM for the org.
62
+ :param has_highlight_enabled: (Deprecated) Whether or not scanned events are highlighted in Logs or RUM for the org. **Deprecated** .
63
63
:type has_highlight_enabled: bool, optional
64
64
65
- :param has_multi_pass_enabled: Whether or not scanned events have multi-pass enabled.
65
+ :param has_multi_pass_enabled: (Deprecated) Whether or not scanned events have multi-pass enabled. **Deprecated** .
66
66
:type has_multi_pass_enabled: bool, optional
67
67
68
68
:param is_pci_compliant: 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