Skip to content

Commit b28efd6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1bce4c0 of spec repo
1 parent 0162619 commit b28efd6

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17642,8 +17642,10 @@ components:
1764217642
type: string
1764317643
type: object
1764417644
SyntheticsRestrictedRoles:
17645+
deprecated: true
1764517646
description: A list of role identifiers that can be pulled from the Roles API,
17646-
for restricting read and write access.
17647+
for restricting read and write access. This field is deprecated. Use the restriction
17648+
policies API to manage permissions.
1764717649
example:
1764817650
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
1764917651
items:

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58066,8 +58066,10 @@ components:
5806658066
type: string
5806758067
type: object
5806858068
SyntheticsRestrictedRoles:
58069+
deprecated: true
5806958070
description: A list of role identifiers that can be pulled from the Roles API,
58070-
for restricting read and write access.
58071+
for restricting read and write access. This field is deprecated. Use the restriction
58072+
policies API to manage permissions.
5807158073
example:
5807258074
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
5807358075
items:

src/datadog_api_client/v1/model/synthetics_global_variable_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, restricted_roles: Union[SyntheticsRestrictedRoles, UnsetType
3434
"""
3535
Attributes of the global variable.
3636
37-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
37+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
3838
:type restricted_roles: SyntheticsRestrictedRoles, optional
3939
"""
4040
if restricted_roles is not unset:

src/datadog_api_client/v1/model/synthetics_mobile_test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __init__(
168168
:param no_screenshot: A boolean set to not take a screenshot for the step.
169169
:type no_screenshot: bool, optional
170170
171-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
171+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
172172
:type restricted_roles: SyntheticsRestrictedRoles, optional
173173
174174
:param retry: Object describing the retry strategy to apply to a Synthetic test.

src/datadog_api_client/v1/model/synthetics_private_location_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, restricted_roles: Union[SyntheticsRestrictedRoles, UnsetType
3434
"""
3535
Object containing metadata about the private location.
3636
37-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
37+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
3838
:type restricted_roles: SyntheticsRestrictedRoles, optional
3939
"""
4040
if restricted_roles is not unset:

src/datadog_api_client/v1/model/synthetics_restricted_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class SyntheticsRestrictedRoles(ModelSimple):
1414
"""
15-
A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
15+
A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
1616
1717
1818
:type value: [str]

src/datadog_api_client/v1/model/synthetics_test_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def __init__(
204204
:param no_screenshot: Prevents saving screenshots of the steps.
205205
:type no_screenshot: bool, optional
206206
207-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
207+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
208208
:type restricted_roles: SyntheticsRestrictedRoles, optional
209209
210210
:param retry: Object describing the retry strategy to apply to a Synthetic test.

src/datadog_api_client/v2/model/synthetics_global_variable_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self_, restricted_roles: Union[List[str], UnsetType] = unset, **kwa
2828
"""
2929
Attributes of the global variable.
3030
31-
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
31+
:param restricted_roles: A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions. **Deprecated**.
3232
:type restricted_roles: [str], optional
3333
"""
3434
if restricted_roles is not unset:

0 commit comments

Comments
 (0)