From a95c82737d81e10eed62dd6dd40d5856a81afb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Reyes?= Date: Tue, 23 Apr 2024 19:38:42 -0400 Subject: [PATCH] update IW Triggers resource docs --- website/docs/r/incident_workflow_trigger.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/incident_workflow_trigger.html.markdown b/website/docs/r/incident_workflow_trigger.html.markdown index 061c68f1e..5382e743f 100644 --- a/website/docs/r/incident_workflow_trigger.html.markdown +++ b/website/docs/r/incident_workflow_trigger.html.markdown @@ -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