@@ -370,23 +370,23 @@ export class RestrictionPoliciesApiResponseProcessor {
370370
371371export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
372372 /**
373- * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
373+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
374374 * @type string
375375 */
376376 resourceId : string ;
377377}
378378
379379export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
380380 /**
381- * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
381+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
382382 * @type string
383383 */
384384 resourceId : string ;
385385}
386386
387387export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
388388 /**
389- * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`.
389+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules .
390390 * @type string
391391 */
392392 resourceId : string ;
@@ -490,6 +490,9 @@ export class RestrictionPoliciesApi {
490490 * - RUM Applications: `rum-application`
491491 * - Cross Org Connections: `cross-org-connection`
492492 * - Spreadsheets: `spreadsheet`
493+ * - On-Call Schedules: `on-call-schedule`
494+ * - On-Call Escalation Policies: `on-call-escalation-policy`
495+ * - On-Call Team Routing Rules: `on-call-team-routing-rules`
493496 *
494497 * #### Supported relations for resources
495498 * Resource Type | Supported Relations
@@ -513,6 +516,9 @@ export class RestrictionPoliciesApi {
513516 * RUM Application | `viewer`, `editor`
514517 * Cross Org Connections | `viewer`, `editor`
515518 * Spreadsheets | `viewer`, `editor`
519+ * On-Call Schedules | `viewer`, `overrider`, `editor`
520+ * On-Call Escalation Policies | `viewer`, `editor`
521+ * On-Call Team Routing Rules | `viewer`, `editor`
516522 * @param param The request object
517523 */
518524 public updateRestrictionPolicy (
0 commit comments