@@ -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`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
340
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
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`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
348
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
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`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
356
+ * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application` .
357
357
* @type string
358
358
*/
359
359
resourceId : string ;
@@ -449,6 +449,7 @@ export class RestrictionPoliciesApi {
449
449
* - App Builder Apps: `app-builder-app`
450
450
* - Connections: `connection`
451
451
* - Connection Groups: `connection-group`
452
+ * - RUM Applications: `rum-application`
452
453
*
453
454
* #### Supported relations for resources
454
455
* Resource Type | Supported Relations
@@ -467,6 +468,7 @@ export class RestrictionPoliciesApi {
467
468
* App Builder Apps | `viewer`, `editor`
468
469
* Connections | `viewer`, `resolver`, `editor`
469
470
* Connection Groups | `viewer`, `editor`
471
+ * RUM Application | `viewer`, `editor`
470
472
* @param param The request object
471
473
*/
472
474
public updateRestrictionPolicy (
0 commit comments