Skip to content

Commit e62525a

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

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
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:48:01.238"
2+
"spec_repo_commit": "df31e44",
3+
"generated": "2025-07-28 19:54:18.363"
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`

services/restriction_policies/src/v2/RestrictionPoliciesApi.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,23 +370,23 @@ export class RestrictionPoliciesApiResponseProcessor {
370370

371371
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
372372
/**
373-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
373+
* 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`.
374374
* @type string
375375
*/
376376
resourceId: string;
377377
}
378378

379379
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
380380
/**
381-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
381+
* 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`.
382382
* @type string
383383
*/
384384
resourceId: string;
385385
}
386386

387387
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
388388
/**
389-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
389+
* 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`.
390390
* @type string
391391
*/
392392
resourceId: string;
@@ -472,7 +472,6 @@ export class RestrictionPoliciesApi {
472472
* #### Supported resources
473473
* Restriction policies can be applied to the following resources:
474474
* - Dashboards: `dashboard`
475-
* - Integration Accounts: `integration-account`
476475
* - Integration Services: `integration-service`
477476
* - Integration Webhooks: `integration-webhook`
478477
* - Notebooks: `notebook`
@@ -496,7 +495,6 @@ export class RestrictionPoliciesApi {
496495
* Resource Type | Supported Relations
497496
* ----------------------------|--------------------------
498497
* Dashboards | `viewer`, `editor`
499-
* Integration Accounts | `viewer`, `editor`
500498
* Integration Services | `viewer`, `editor`
501499
* Integration Webhooks | `viewer`, `editor`
502500
* Notebooks | `viewer`, `editor`

0 commit comments

Comments
 (0)