@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337
337
338
338
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339
339
/**
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`.
341
341
* @type string
342
342
*/
343
343
resourceId : string ;
344
344
}
345
345
346
346
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347
347
/**
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`.
349
349
* @type string
350
350
*/
351
351
resourceId : string ;
352
352
}
353
353
354
354
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355
355
/**
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`.
357
357
* @type string
358
358
*/
359
359
resourceId : string ;
@@ -436,7 +436,6 @@ export class RestrictionPoliciesApi {
436
436
* #### Supported resources
437
437
* Restriction policies can be applied to the following resources:
438
438
* - Dashboards: `dashboard`
439
- * - Integration Accounts: `integration-account`
440
439
* - Integration Services: `integration-service`
441
440
* - Integration Webhooks: `integration-webhook`
442
441
* - Notebooks: `notebook`
@@ -460,7 +459,6 @@ export class RestrictionPoliciesApi {
460
459
* Resource Type | Supported Relations
461
460
* ----------------------------|--------------------------
462
461
* Dashboards | `viewer`, `editor`
463
- * Integration Accounts | `viewer`, `editor`
464
462
* Integration Services | `viewer`, `editor`
465
463
* Integration Webhooks | `viewer`, `editor`
466
464
* Notebooks | `viewer`, `editor`
0 commit comments