@@ -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`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`.
373+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`, `monitor-notification-rule` .
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`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`.
381+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`, `monitor-notification-rule` .
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`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`.
389+ * Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `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`, `logs-pipeline`, `case-management-project`, `monitor-notification-rule` .
390390 * @type string
391391 */
392392 resourceId : string ;
@@ -495,6 +495,7 @@ export class RestrictionPoliciesApi {
495495 * - On-Call Team Routing Rules: `on-call-team-routing-rules`
496496 * - Logs Pipelines: `logs-pipeline`
497497 * - Case Management Projects: `case-management-project`
498+ * - Monitor Notification Rules: `monitor-notification-rule`
498499 *
499500 * #### Supported relations for resources
500501 * Resource Type | Supported Relations
@@ -523,6 +524,7 @@ export class RestrictionPoliciesApi {
523524 * On-Call Team Routing Rules | `viewer`, `editor`
524525 * Logs Pipelines | `viewer`, `processors_editor`, `editor`
525526 * Case Management Projects | `viewer`, `contributor`, `manager`
527+ * Monitor Notification Rules | `viewer`, `editor`
526528 * @param param The request object
527529 */
528530 public updateRestrictionPolicy (
0 commit comments