@@ -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`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules.
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`, `logs-pipeline` .
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`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules.
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`, `logs-pipeline` .
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`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules.
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`, `logs-pipeline` .
390390 * @type string
391391 */
392392 resourceId : string ;
@@ -493,6 +493,7 @@ export class RestrictionPoliciesApi {
493493 * - On-Call Schedules: `on-call-schedule`
494494 * - On-Call Escalation Policies: `on-call-escalation-policy`
495495 * - On-Call Team Routing Rules: `on-call-team-routing-rules`
496+ * - Logs Pipelines: `logs-pipeline`
496497 *
497498 * #### Supported relations for resources
498499 * Resource Type | Supported Relations
@@ -519,6 +520,7 @@ export class RestrictionPoliciesApi {
519520 * On-Call Schedules | `viewer`, `overrider`, `editor`
520521 * On-Call Escalation Policies | `viewer`, `editor`
521522 * On-Call Team Routing Rules | `viewer`, `editor`
523+ * Logs Pipelines | `viewer`, `processors_editor`, `editor`
522524 * @param param The request object
523525 */
524526 public updateRestrictionPolicy (
0 commit comments