@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337
337
338
338
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339
339
/**
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` .
341
341
* @type string
342
342
*/
343
343
resourceId : string ;
344
344
}
345
345
346
346
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347
347
/**
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` .
349
349
* @type string
350
350
*/
351
351
resourceId : string ;
352
352
}
353
353
354
354
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355
355
/**
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` .
357
357
* @type string
358
358
*/
359
359
resourceId : string ;
@@ -454,6 +454,7 @@ export class RestrictionPoliciesApi {
454
454
* - Connection Groups: `connection-group`
455
455
* - RUM Applications: `rum-application`
456
456
* - Cross Org Connections: `cross-org-connection`
457
+ * - Spreadsheets: `spreadsheet`
457
458
*
458
459
* #### Supported relations for resources
459
460
* Resource Type | Supported Relations
@@ -477,6 +478,7 @@ export class RestrictionPoliciesApi {
477
478
* Connection Groups | `viewer`, `editor`
478
479
* RUM Application | `viewer`, `editor`
479
480
* Cross Org Connections | `viewer`, `editor`
481
+ * Spreadsheets | `viewer`, `editor`
480
482
* @param param The request object
481
483
*/
482
484
public updateRestrictionPolicy (
0 commit comments