@@ -370,23 +370,23 @@ export class RestrictionPoliciesApiResponseProcessor {
370
370
371
371
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
372
372
/**
373
- * 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`.
373
+ * 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` .
374
374
* @type string
375
375
*/
376
376
resourceId : string ;
377
377
}
378
378
379
379
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
380
380
/**
381
- * 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`.
381
+ * 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` .
382
382
* @type string
383
383
*/
384
384
resourceId : string ;
385
385
}
386
386
387
387
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
388
388
/**
389
- * 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`.
389
+ * 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` .
390
390
* @type string
391
391
*/
392
392
resourceId : string ;
@@ -490,6 +490,7 @@ export class RestrictionPoliciesApi {
490
490
* - Connection Groups: `connection-group`
491
491
* - RUM Applications: `rum-application`
492
492
* - Cross Org Connections: `cross-org-connection`
493
+ * - Spreadsheets: `spreadsheet`
493
494
*
494
495
* #### Supported relations for resources
495
496
* Resource Type | Supported Relations
@@ -513,6 +514,7 @@ export class RestrictionPoliciesApi {
513
514
* Connection Groups | `viewer`, `editor`
514
515
* RUM Application | `viewer`, `editor`
515
516
* Cross Org Connections | `viewer`, `editor`
517
+ * Spreadsheets | `viewer`, `editor`
516
518
* @param param The request object
517
519
*/
518
520
public updateRestrictionPolicy (
0 commit comments