Skip to content

Commit 7771ab0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 98efbfe4 of spec repo
1 parent 65dea6b commit 7771ab0

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/datadog_api_client/v2/model/sensitive_data_scanner_meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ def __init__(
5959
:param group_count_limit: Maximum number of scanning groups allowed for the org.
6060
:type group_count_limit: int, optional
6161
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**.
6363
:type has_highlight_enabled: bool, optional
6464
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**.
6666
:type has_multi_pass_enabled: bool, optional
6767
6868
:param is_pci_compliant: Whether or not the org is compliant to the payment card industry standard.

0 commit comments

Comments
 (0)