@@ -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-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`.
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-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`.
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-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`.
357357 * @type string
358358 */
359359 resourceId : string ;
@@ -436,7 +436,6 @@ export class RestrictionPoliciesApi {
436436 * #### Supported resources
437437 * Restriction policies can be applied to the following resources:
438438 * - Dashboards: `dashboard`
439- * - Integration Accounts: `integration-account`
440439 * - Integration Services: `integration-service`
441440 * - Integration Webhooks: `integration-webhook`
442441 * - Notebooks: `notebook`
@@ -460,7 +459,6 @@ export class RestrictionPoliciesApi {
460459 * Resource Type | Supported Relations
461460 * ----------------------------|--------------------------
462461 * Dashboards | `viewer`, `editor`
463- * Integration Accounts | `viewer`, `editor`
464462 * Integration Services | `viewer`, `editor`
465463 * Integration Webhooks | `viewer`, `editor`
466464 * Notebooks | `viewer`, `editor`
0 commit comments