@@ -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`, `notebook`, `reference-table`, `security-rule`, `slo`.
340
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group` .
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`, `notebook`, `reference-table`, `security-rule`, `slo`.
348
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group` .
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`, `notebook`, `reference-table`, `security-rule`, `slo`.
356
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group` .
357
357
* @type string
358
358
*/
359
359
resourceId : string ;
@@ -445,6 +445,10 @@ export class RestrictionPoliciesApi {
445
445
* - Synthetic Tests: `synthetics-test`
446
446
* - Synthetic Private Locations: `synthetics-private-location`
447
447
* - Monitors: `monitor`
448
+ * - Workflows: `workflow`
449
+ * - App Builder Apps: `app-builder-app`
450
+ * - Connections: `connection`
451
+ * - Connection Groups: `connection-group`
448
452
*
449
453
* #### Supported relations for resources
450
454
* Resource Type | Supported Relations
@@ -459,6 +463,10 @@ export class RestrictionPoliciesApi {
459
463
* Synthetic Private Locations | `viewer`, `editor`
460
464
* Monitors | `viewer`, `editor`
461
465
* Reference Tables | `viewer`, `editor`
466
+ * Workflows | `viewer`, `editor`
467
+ * App Builder Apps | `viewer`, `runner`, `editor`
468
+ * Connections | `viewer`, `resolver`, `editor`
469
+ * Connection Groups | `viewer`, `editor`
462
470
* @param param The request object
463
471
*/
464
472
public updateRestrictionPolicy (
0 commit comments