@@ -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`, `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-webhook`, ` notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
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`, `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-webhook`, ` notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
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`, `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-webhook`, ` notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
357
357
* @type string
358
358
*/
359
359
resourceId : string ;
@@ -436,6 +436,8 @@ 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
+ * - Integration Webhooks: `integration-webhook`
439
441
* - Notebooks: `notebook`
440
442
* - Powerpacks: `powerpack`
441
443
* - Reference Tables: `reference-table`
@@ -454,6 +456,8 @@ export class RestrictionPoliciesApi {
454
456
* Resource Type | Supported Relations
455
457
* ----------------------------|--------------------------
456
458
* Dashboards | `viewer`, `editor`
459
+ * Integration Accounts | `viewer`, `editor`
460
+ * Integration Webhooks | `viewer`, `editor`
457
461
* Notebooks | `viewer`, `editor`
458
462
* Powerpacks | `viewer`, `editor`
459
463
* Security Rules | `viewer`, `editor`
0 commit comments