You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`approval_email_notification` (Object) The email notification of the approval (see [below for nested schema](#nestedatt--approval_email_notification))
254
297
-`approval_webhook_notification` (Attributes) The webhook notification of the approval (see [below for nested schema](#nestedatt--approval_webhook_notification))
298
+
-`automation_trigger` (Attributes) Automation trigger for the action (see [below for nested schema](#nestedatt--automation_trigger))
255
299
-`azure_method` (Attributes) Azure DevOps invocation method (see [below for nested schema](#nestedatt--azure_method))
256
300
-`blueprint` (String, Deprecated) The blueprint identifier the action relates to
-`required_approval` (Boolean) Require approval before invoking the action
264
308
-`self_service_trigger` (Attributes) Self service trigger for the action (see [below for nested schema](#nestedatt--self_service_trigger))
265
309
-`title` (String) Title
310
+
-`upsert_entity_method` (Attributes) Upsert Entity invocation method (see [below for nested schema](#nestedatt--upsert_entity_method))
266
311
-`webhook_method` (Attributes) Webhook invocation method (see [below for nested schema](#nestedatt--webhook_method))
267
312
268
313
### Read-Only
@@ -288,6 +333,72 @@ Optional:
288
333
-`format` (String) The format to invoke the webhook
289
334
290
335
336
+
<aid="nestedatt--automation_trigger"></a>
337
+
### Nested Schema for `automation_trigger`
338
+
339
+
Optional:
340
+
341
+
-`any_entity_change_event` (Attributes) Any entity change event trigger (see [below for nested schema](#nestedatt--automation_trigger--any_entity_change_event))
342
+
-`entity_created_event` (Attributes) Entity created event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_created_event))
343
+
-`entity_deleted_event` (Attributes) Entity deleted event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_deleted_event))
344
+
-`entity_updated_event` (Attributes) Entity updated event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_updated_event))
345
+
-`jq_condition` (Attributes) JQ condition for automation trigger (see [below for nested schema](#nestedatt--automation_trigger--jq_condition))
346
+
-`timer_property_expired_event` (Attributes) Timer property expired event trigger (see [below for nested schema](#nestedatt--automation_trigger--timer_property_expired_event))
0 commit comments