@@ -370,23 +370,23 @@ export class RestrictionPoliciesApiResponseProcessor {
370
370
371
371
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
372
372
/**
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`.
374
374
* @type string
375
375
*/
376
376
resourceId : string ;
377
377
}
378
378
379
379
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
380
380
/**
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`.
382
382
* @type string
383
383
*/
384
384
resourceId : string ;
385
385
}
386
386
387
387
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
388
388
/**
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`.
390
390
* @type string
391
391
*/
392
392
resourceId : string ;
@@ -472,7 +472,6 @@ export class RestrictionPoliciesApi {
472
472
* #### Supported resources
473
473
* Restriction policies can be applied to the following resources:
474
474
* - Dashboards: `dashboard`
475
- * - Integration Accounts: `integration-account`
476
475
* - Integration Services: `integration-service`
477
476
* - Integration Webhooks: `integration-webhook`
478
477
* - Notebooks: `notebook`
@@ -496,7 +495,6 @@ export class RestrictionPoliciesApi {
496
495
* Resource Type | Supported Relations
497
496
* ----------------------------|--------------------------
498
497
* Dashboards | `viewer`, `editor`
499
- * Integration Accounts | `viewer`, `editor`
500
498
* Integration Services | `viewer`, `editor`
501
499
* Integration Webhooks | `viewer`, `editor`
502
500
* Notebooks | `viewer`, `editor`
0 commit comments