diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 832230d382b..992ffcf045e 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -17642,8 +17642,10 @@ components: type: string type: object SyntheticsRestrictedRoles: + deprecated: true description: A list of role identifiers that can be pulled from the Roles API, - for restricting read and write access. + for restricting read and write access. This field is deprecated. Use the restriction + policies API to manage permissions. example: - xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx items: diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 6cd7c2ab9ef..6c598feee53 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -58066,8 +58066,10 @@ components: type: string type: object SyntheticsRestrictedRoles: + deprecated: true description: A list of role identifiers that can be pulled from the Roles API, - for restricting read and write access. + for restricting read and write access. This field is deprecated. Use the restriction + policies API to manage permissions. example: - xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx items: diff --git a/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb b/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb index 387b38b0a97..301734f10d8 100644 --- a/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb +++ b/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb @@ -21,7 +21,7 @@ module DatadogAPIClient::V1 class SyntheticsGlobalVariableAttributes include BaseGenericModel - # A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. + # 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. attr_accessor :restricted_roles attr_accessor :additional_properties diff --git a/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb b/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb index 1fe26c396d7..58e446f49cb 100644 --- a/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +++ b/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb @@ -58,7 +58,7 @@ class SyntheticsMobileTestOptions # A boolean set to not take a screenshot for the step. attr_accessor :no_screenshot - # A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. + # 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. attr_accessor :restricted_roles # Object describing the retry strategy to apply to a Synthetic test. diff --git a/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb b/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb index 660d1ca7706..35e2f7ada04 100644 --- a/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb +++ b/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb @@ -21,7 +21,7 @@ module DatadogAPIClient::V1 class SyntheticsPrivateLocationMetadata include BaseGenericModel - # A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. + # 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. attr_accessor :restricted_roles attr_accessor :additional_properties diff --git a/lib/datadog_api_client/v1/models/synthetics_test_options.rb b/lib/datadog_api_client/v1/models/synthetics_test_options.rb index 94b5e118e35..872c069b815 100644 --- a/lib/datadog_api_client/v1/models/synthetics_test_options.rb +++ b/lib/datadog_api_client/v1/models/synthetics_test_options.rb @@ -87,7 +87,7 @@ class SyntheticsTestOptions # Prevents saving screenshots of the steps. attr_accessor :no_screenshot - # A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. + # 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. attr_accessor :restricted_roles # Object describing the retry strategy to apply to a Synthetic test. diff --git a/lib/datadog_api_client/v2/models/synthetics_global_variable_attributes.rb b/lib/datadog_api_client/v2/models/synthetics_global_variable_attributes.rb index bbd86d16c15..439b64fc60a 100644 --- a/lib/datadog_api_client/v2/models/synthetics_global_variable_attributes.rb +++ b/lib/datadog_api_client/v2/models/synthetics_global_variable_attributes.rb @@ -21,7 +21,7 @@ module DatadogAPIClient::V2 class SyntheticsGlobalVariableAttributes include BaseGenericModel - # A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. + # 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. attr_accessor :restricted_roles attr_accessor :additional_properties