Skip to content

Commit

Permalink
update IW Triggers resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Apr 23, 2024
1 parent 1ac17e2 commit a95c827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/incident_workflow_trigger.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ The following arguments are supported:
* `workflow` - (Required) The workflow ID for the workflow to trigger.
* `services` - (Optional) A list of service IDs. Incidents in any of the listed services are eligible to fire this trigger.
* `subscribed_to_all_services` - (Required) Set to `true` if the trigger should be eligible for firing on all services. Only allowed to be `true` if the services list is not defined or empty.
* `permissions` - (Optional) Replace any CEF field or Custom Details object field using custom variables.
* `restricted` - (Optional)
* `team_id` - (Optional)
* `permissions` - (Optional) Indicates who can start this Trigger. Applicable only to `manual`-type triggers.
* `restricted` - (Optional) If `true`, indicates that the Trigger can only be started by authorized Users. If `false` (default), any user can start this Trigger. Applicable only to `manual`-type triggers.
* `team_id` - (Optional) The ID of the Team whose members can manually start this Trigger. Required and allowed only if `restricted` is `true`.
* `condition` - (Required for `conditional`-type triggers) A [PCL](https://developer.pagerduty.com/docs/ZG9jOjM1NTE0MDc0-pcl-overview) condition string which must be satisfied for the trigger to fire.

## Attributes Reference
Expand Down

0 comments on commit a95c827

Please sign in to comment.