@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337337
338338export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339339 /**
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`.
341341 * @type string
342342 */
343343 resourceId : string ;
344344}
345345
346346export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347347 /**
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`.
349349 * @type string
350350 */
351351 resourceId : string ;
352352}
353353
354354export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355355 /**
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`.
357357 * @type string
358358 */
359359 resourceId : string ;
@@ -436,6 +436,8 @@ export class RestrictionPoliciesApi {
436436 * #### Supported resources
437437 * Restriction policies can be applied to the following resources:
438438 * - Dashboards: `dashboard`
439+ * - Integration Accounts: `integration-account`
440+ * - Integration Webhooks: `integration-webhook`
439441 * - Notebooks: `notebook`
440442 * - Powerpacks: `powerpack`
441443 * - Reference Tables: `reference-table`
@@ -454,6 +456,8 @@ export class RestrictionPoliciesApi {
454456 * Resource Type | Supported Relations
455457 * ----------------------------|--------------------------
456458 * Dashboards | `viewer`, `editor`
459+ * Integration Accounts | `viewer`, `editor`
460+ * Integration Webhooks | `viewer`, `editor`
457461 * Notebooks | `viewer`, `editor`
458462 * Powerpacks | `viewer`, `editor`
459463 * Security Rules | `viewer`, `editor`
0 commit comments