@@ -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`.
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` .
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`.
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` .
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`.
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` .
357357 * @type string
358358 */
359359 resourceId : string ;
@@ -454,6 +454,7 @@ export class RestrictionPoliciesApi {
454454 * - Connection Groups: `connection-group`
455455 * - RUM Applications: `rum-application`
456456 * - Cross Org Connections: `cross-org-connection`
457+ * - Spreadsheets: `spreadsheet`
457458 *
458459 * #### Supported relations for resources
459460 * Resource Type | Supported Relations
@@ -477,6 +478,7 @@ export class RestrictionPoliciesApi {
477478 * Connection Groups | `viewer`, `editor`
478479 * RUM Application | `viewer`, `editor`
479480 * Cross Org Connections | `viewer`, `editor`
481+ * Spreadsheets | `viewer`, `editor`
480482 * @param param The request object
481483 */
482484 public updateRestrictionPolicy (
0 commit comments