@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337337
338338export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339339 /**
340- * 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`.
340+ * 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 .
341341 * @type string
342342 */
343343 resourceId : string ;
344344}
345345
346346export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347347 /**
348- * 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`.
348+ * 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 .
349349 * @type string
350350 */
351351 resourceId : string ;
352352}
353353
354354export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355355 /**
356- * 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`.
356+ * 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 .
357357 * @type string
358358 */
359359 resourceId : string ;
@@ -454,6 +454,9 @@ export class RestrictionPoliciesApi {
454454 * - RUM Applications: `rum-application`
455455 * - Cross Org Connections: `cross-org-connection`
456456 * - Spreadsheets: `spreadsheet`
457+ * - On-Call Schedules: `on-call-schedule`
458+ * - On-Call Escalation Policies: `on-call-escalation-policy`
459+ * - On-Call Team Routing Rules: `on-call-team-routing-rules`
457460 *
458461 * #### Supported relations for resources
459462 * Resource Type | Supported Relations
@@ -477,6 +480,9 @@ export class RestrictionPoliciesApi {
477480 * RUM Application | `viewer`, `editor`
478481 * Cross Org Connections | `viewer`, `editor`
479482 * Spreadsheets | `viewer`, `editor`
483+ * On-Call Schedules | `viewer`, `overrider`, `editor`
484+ * On-Call Escalation Policies | `viewer`, `editor`
485+ * On-Call Team Routing Rules | `viewer`, `editor`
480486 * @param param The request object
481487 */
482488 public updateRestrictionPolicy (
0 commit comments