Skip to content

Commit 4b9f304

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

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:49:22.744"
2+
"spec_repo_commit": "df31e44",
3+
"generated": "2025-07-28 19:55:46.645"
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`

packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts

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

338338
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339339
/**
340-
* 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`.
340+
* 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`.
341341
* @type string
342342
*/
343343
resourceId: string;
344344
}
345345

346346
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347347
/**
348-
* 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`.
348+
* 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`.
349349
* @type string
350350
*/
351351
resourceId: string;
352352
}
353353

354354
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355355
/**
356-
* 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`.
356+
* 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`.
357357
* @type string
358358
*/
359359
resourceId: string;
@@ -436,7 +436,6 @@ export class RestrictionPoliciesApi {
436436
* #### Supported resources
437437
* Restriction policies can be applied to the following resources:
438438
* - Dashboards: `dashboard`
439-
* - Integration Accounts: `integration-account`
440439
* - Integration Services: `integration-service`
441440
* - Integration Webhooks: `integration-webhook`
442441
* - Notebooks: `notebook`
@@ -460,7 +459,6 @@ export class RestrictionPoliciesApi {
460459
* Resource Type | Supported Relations
461460
* ----------------------------|--------------------------
462461
* Dashboards | `viewer`, `editor`
463-
* Integration Accounts | `viewer`, `editor`
464462
* Integration Services | `viewer`, `editor`
465463
* Integration Webhooks | `viewer`, `editor`
466464
* Notebooks | `viewer`, `editor`

0 commit comments

Comments
 (0)