@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337337
338338export 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
346346export 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
354354export 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