Skip to content

Commit e9550ec

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[ACCESSINT-636] Remove integration-account from restriction policy API supported resources (#815)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f30f305 commit e9550ec

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "0fe80dc",
3-
"generated": "2025-07-28 18:53:03.925"
2+
"spec_repo_commit": "df31e44",
3+
"generated": "2025-07-28 19:59:31.744"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,10 @@ components:
763763
schema:
764764
type: string
765765
ResourceID:
766-
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
767-
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
768-
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
769-
`connection`, `connection-group`, `rum-application`, `cross-org-connection`,
770-
`spreadsheet`.'
766+
description: 'Identifier, formatted as `type:id`. Supported types: `dashboard`,
767+
`integration-service`, `integration-webhook`, `notebook`, `reference-table`,
768+
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`,
769+
`rum-application`, `cross-org-connection`, `spreadsheet`.'
771770
example: dashboard:abc-def-ghi
772771
in: path
773772
name: resource_id
@@ -57515,8 +57514,6 @@ paths:
5751557514

5751657515
- Dashboards: `dashboard`
5751757516

57518-
- Integration Accounts: `integration-account`
57519-
5752057517
- Integration Services: `integration-service`
5752157518

5752257519
- Integration Webhooks: `integration-webhook`
@@ -57562,8 +57559,6 @@ paths:
5756257559

5756357560
Dashboards | `viewer`, `editor`
5756457561

57565-
Integration Accounts | `viewer`, `editor`
57566-
5756757562
Integration Services | `viewer`, `editor`
5756857563

5756957564
Integration Webhooks | `viewer`, `editor`

src/datadogV2/api/api_restriction_policies.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ impl RestrictionPoliciesAPI {
325325
/// #### Supported resources
326326
/// Restriction policies can be applied to the following resources:
327327
/// - Dashboards: `dashboard`
328-
/// - Integration Accounts: `integration-account`
329328
/// - Integration Services: `integration-service`
330329
/// - Integration Webhooks: `integration-webhook`
331330
/// - Notebooks: `notebook`
@@ -349,7 +348,6 @@ impl RestrictionPoliciesAPI {
349348
/// Resource Type | Supported Relations
350349
/// ----------------------------|--------------------------
351350
/// Dashboards | `viewer`, `editor`
352-
/// Integration Accounts | `viewer`, `editor`
353351
/// Integration Services | `viewer`, `editor`
354352
/// Integration Webhooks | `viewer`, `editor`
355353
/// Notebooks | `viewer`, `editor`
@@ -399,7 +397,6 @@ impl RestrictionPoliciesAPI {
399397
/// #### Supported resources
400398
/// Restriction policies can be applied to the following resources:
401399
/// - Dashboards: `dashboard`
402-
/// - Integration Accounts: `integration-account`
403400
/// - Integration Services: `integration-service`
404401
/// - Integration Webhooks: `integration-webhook`
405402
/// - Notebooks: `notebook`
@@ -423,7 +420,6 @@ impl RestrictionPoliciesAPI {
423420
/// Resource Type | Supported Relations
424421
/// ----------------------------|--------------------------
425422
/// Dashboards | `viewer`, `editor`
426-
/// Integration Accounts | `viewer`, `editor`
427423
/// Integration Services | `viewer`, `editor`
428424
/// Integration Webhooks | `viewer`, `editor`
429425
/// Notebooks | `viewer`, `editor`

0 commit comments

Comments
 (0)