From f867b092fe063ce4da83ae39d141b5badeaeaf39 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 23 Oct 2025 13:36:26 +0000 Subject: [PATCH] Regenerate client from commit 43d397f of spec repo --- .generator/schemas/v2/openapi.yaml | 86 +++++++++++++++++------ api/datadogV2/api_restriction_policies.go | 40 ++++++++--- 2 files changed, 93 insertions(+), 33 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 364018c47d5..078a5bd7bb3 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -948,11 +948,17 @@ components: schema: type: string ResourceID: - description: 'Identifier, formatted as `type:id`. Supported types: `dashboard`, - `integration-service`, `integration-webhook`, `notebook`, `reference-table`, - `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, - `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, - `on-call-escalation-policy`, `on-call-team-routing-rules.' + description: 'Identifier, formatted as `type:id`. Supported types: `apm-service-ingestion-configuration`, + `app-builder-app`, `apps-datastore`, `aws-integration-configuration`, `azure-integration-configuration`, + `case-management-project`, `connection`, `connection-group`, `cross-org-connection`, + `dashboard`, `feature-flag`, `form`, `gcp-integration-configuration`, `integration`, + `integration-account`, `integration-service`, `integration-webhook`, `logs-archive`, + `logs-pipeline`, `logs-workspace`, `monitor`, `notebook`, `obs-pipelines-live-capture`, + `obs-pipelines-pipeline`, `on-call-escalation-policy`, `on-call-schedule`, + `on-call-team-routing-rules`, `powerpack`, `private-action-runner`, `reference-table`, + `rum-application`, `seat`, `security-rule`, `slo`, `spreadsheet`, `suppression-rule`, + `synthetics-global-variable`, `synthetics-private-location`, `synthetics-test`, + `workflow`.' example: dashboard:abc-def-ghi in: path name: resource_id @@ -70552,49 +70558,85 @@ paths: Restriction policies can be applied to the following resources: + - APM Service Ingestion Configuration: `apm-service-ingestion-configuration` + + - App Builder Apps: `app-builder-app` + + - Apps Datastore: `apps-datastore` + + - AWS Integration Configuration: `aws-integration-configuration` + + - Azure Integration Configuration: `azure-integration-configuration` + + - Case Management Project: `case-management-project` + + - Connections: `connection` + + - Connection Groups: `connection-group` + + - Cross Org Connections: `cross-org-connection` + - Dashboards: `dashboard` + - Feature Flag: `feature-flag` + + - Form: `form` + + - GCP Integration Configuration: `gcp-integration-configuration` + + - Integration: `integration` + + - Integration Accounts: `integration-account` + - Integration Services: `integration-service` - Integration Webhooks: `integration-webhook` - - Notebooks: `notebook` + - Logs Archive: `logs-archive` - - Powerpacks: `powerpack` + - Logs Pipeline: `logs-pipeline` - - Reference Tables: `reference-table` + - Logs Workspace: `logs-workspace` - - Security Rules: `security-rule` + - Monitors: `monitor` - - Service Level Objectives: `slo` + - Notebooks: `notebook` - - Synthetic Global Variables: `synthetics-global-variable` + - Observability Pipelines Live Capture: `obs-pipelines-live-capture` - - Synthetic Tests: `synthetics-test` + - Observability Pipelines Pipeline: `obs-pipelines-pipeline` - - Synthetic Private Locations: `synthetics-private-location` + - On-Call Escalation Policies: `on-call-escalation-policy` - - Monitors: `monitor` + - On-Call Schedules: `on-call-schedule` - - Workflows: `workflow` + - On-Call Team Routing Rules: `on-call-team-routing-rules` - - App Builder Apps: `app-builder-app` + - Powerpacks: `powerpack` - - Connections: `connection` + - Private Action Runner: `private-action-runner` - - Connection Groups: `connection-group` + - Reference Tables: `reference-table` - RUM Applications: `rum-application` - - Cross Org Connections: `cross-org-connection` + - Seat: `seat` + + - Security Rules: `security-rule` + + - Service Level Objectives: `slo` - Spreadsheets: `spreadsheet` - - On-Call Schedules: `on-call-schedule` + - Suppression Rule: `suppression-rule` - - On-Call Escalation Policies: `on-call-escalation-policy` + - Synthetic Global Variables: `synthetics-global-variable` - - On-Call Team Routing Rules: `on-call-team-routing-rules` + - Synthetic Private Locations: `synthetics-private-location` + + - Synthetic Tests: `synthetics-test` + + - Workflows: `workflow` #### Supported relations for resources diff --git a/api/datadogV2/api_restriction_policies.go b/api/datadogV2/api_restriction_policies.go index 97ecb00aca6..76cdd7ab54b 100644 --- a/api/datadogV2/api_restriction_policies.go +++ b/api/datadogV2/api_restriction_policies.go @@ -183,28 +183,46 @@ func (r *UpdateRestrictionPolicyOptionalParameters) WithAllowSelfLockout(allowSe // // #### Supported resources // Restriction policies can be applied to the following resources: +// - APM Service Ingestion Configuration: `apm-service-ingestion-configuration` +// - App Builder Apps: `app-builder-app` +// - Apps Datastore: `apps-datastore` +// - AWS Integration Configuration: `aws-integration-configuration` +// - Azure Integration Configuration: `azure-integration-configuration` +// - Case Management Project: `case-management-project` +// - Connections: `connection` +// - Connection Groups: `connection-group` +// - Cross Org Connections: `cross-org-connection` // - Dashboards: `dashboard` +// - Feature Flag: `feature-flag` +// - Form: `form` +// - GCP Integration Configuration: `gcp-integration-configuration` +// - Integration: `integration` +// - Integration Accounts: `integration-account` // - Integration Services: `integration-service` // - Integration Webhooks: `integration-webhook` +// - Logs Archive: `logs-archive` +// - Logs Pipeline: `logs-pipeline` +// - Logs Workspace: `logs-workspace` +// - Monitors: `monitor` // - Notebooks: `notebook` +// - Observability Pipelines Live Capture: `obs-pipelines-live-capture` +// - Observability Pipelines Pipeline: `obs-pipelines-pipeline` +// - On-Call Escalation Policies: `on-call-escalation-policy` +// - On-Call Schedules: `on-call-schedule` +// - On-Call Team Routing Rules: `on-call-team-routing-rules` // - Powerpacks: `powerpack` +// - Private Action Runner: `private-action-runner` // - Reference Tables: `reference-table` +// - RUM Applications: `rum-application` +// - Seat: `seat` // - Security Rules: `security-rule` // - Service Level Objectives: `slo` +// - Spreadsheets: `spreadsheet` +// - Suppression Rule: `suppression-rule` // - Synthetic Global Variables: `synthetics-global-variable` -// - Synthetic Tests: `synthetics-test` // - Synthetic Private Locations: `synthetics-private-location` -// - Monitors: `monitor` +// - Synthetic Tests: `synthetics-test` // - Workflows: `workflow` -// - App Builder Apps: `app-builder-app` -// - Connections: `connection` -// - Connection Groups: `connection-group` -// - RUM Applications: `rum-application` -// - Cross Org Connections: `cross-org-connection` -// - Spreadsheets: `spreadsheet` -// - On-Call Schedules: `on-call-schedule` -// - On-Call Escalation Policies: `on-call-escalation-policy` -// - On-Call Team Routing Rules: `on-call-team-routing-rules` // // #### Supported relations for resources // Resource Type | Supported Relations