Skip to content

Commit ed29f88

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update GRACE docs to include Integration Service (#2164)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 573ddc0 commit ed29f88

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-14 16:33:13.933543",
8-
"spec_repo_commit": "c0287407"
7+
"regenerated": "2025-04-15 16:46:15.228355",
8+
"spec_repo_commit": "2d6e55b2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-14 16:33:13.949636",
13-
"spec_repo_commit": "c0287407"
12+
"regenerated": "2025-04-15 16:46:15.246175",
13+
"spec_repo_commit": "2d6e55b2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,9 @@ components:
654654
type: string
655655
ResourceID:
656656
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
657-
`dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`,
658-
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.'
657+
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
658+
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
659+
`connection`, `connection-group`.'
659660
example: dashboard:abc-def-ghi
660661
in: path
661662
name: resource_id
@@ -47785,6 +47786,8 @@ paths:
4778547786

4778647787
- Integration Accounts: `integration-account`
4778747788

47789+
- Integration Services: `integration-service`
47790+
4778847791
- Integration Webhooks: `integration-webhook`
4778947792

4779047793
- Notebooks: `notebook`
@@ -47824,6 +47827,8 @@ paths:
4782447827

4782547828
Integration Accounts | `viewer`, `editor`
4782647829

47830+
Integration Services | `viewer`, `editor`
47831+
4782747832
Integration Webhooks | `viewer`, `editor`
4782847833

4782947834
Notebooks | `viewer`, `editor`

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

Lines changed: 5 additions & 3 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-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
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`.
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-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
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`.
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-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
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`.
357357
* @type string
358358
*/
359359
resourceId: string;
@@ -437,6 +437,7 @@ export class RestrictionPoliciesApi {
437437
* Restriction policies can be applied to the following resources:
438438
* - Dashboards: `dashboard`
439439
* - Integration Accounts: `integration-account`
440+
* - Integration Services: `integration-service`
440441
* - Integration Webhooks: `integration-webhook`
441442
* - Notebooks: `notebook`
442443
* - Powerpacks: `powerpack`
@@ -457,6 +458,7 @@ export class RestrictionPoliciesApi {
457458
* ----------------------------|--------------------------
458459
* Dashboards | `viewer`, `editor`
459460
* Integration Accounts | `viewer`, `editor`
461+
* Integration Services | `viewer`, `editor`
460462
* Integration Webhooks | `viewer`, `editor`
461463
* Notebooks | `viewer`, `editor`
462464
* Powerpacks | `viewer`, `editor`

0 commit comments

Comments
 (0)