Skip to content

Commit a00108a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 45cb3bf of spec repo
1 parent 4cbb808 commit a00108a

8 files changed

Lines changed: 12 additions & 8 deletions

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17622,8 +17622,10 @@ components:
1762217622
type: string
1762317623
type: object
1762417624
SyntheticsRestrictedRoles:
17625+
deprecated: true
1762517626
description: A list of role identifiers that can be pulled from the Roles API,
17626-
for restricting read and write access.
17627+
for restricting read and write access. This field is deprecated. Use the restriction
17628+
policies API to manage permissions.
1762717629
example:
1762817630
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
1762917631
items:

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57935,8 +57935,10 @@ components:
5793557935
type: string
5793657936
type: object
5793757937
SyntheticsRestrictedRoles:
57938+
deprecated: true
5793857939
description: A list of role identifiers that can be pulled from the Roles API,
57939-
for restricting read and write access.
57940+
for restricting read and write access. This field is deprecated. Use the restriction
57941+
policies API to manage permissions.
5794057942
example:
5794157943
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
5794257944
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)