|
10 | 10 | "Property": { "value": "List:Operation", "label": "Operation" },
|
11 | 11 | "Operator": { "value": "EQ", "label": "Equals to" },
|
12 | 12 | "Input": {
|
13 |
| - "value": "new-inboxrule", |
| 13 | + "value": "New-InboxRule", |
14 | 14 | "label": "created new inbox rule in outlook web app"
|
15 | 15 | }
|
16 | 16 | }
|
|
31 | 31 | "Property": { "value": "List:Operation", "label": "Operation" },
|
32 | 32 | "Operator": { "value": "EQ", "label": "Equals to" },
|
33 | 33 | "Input": {
|
34 |
| - "value": "new-inboxrule", |
| 34 | + "value": "New-InboxRule", |
35 | 35 | "label": "created new inbox rule in outlook web app"
|
36 | 36 | }
|
37 | 37 | },
|
|
43 | 43 | ]
|
44 | 44 | }
|
45 | 45 | },
|
| 46 | + { |
| 47 | + "value": "New-InboxRuleForward", |
| 48 | + "name": "A new Inbox rule is created that forwards e-mails to a different email address", |
| 49 | + "template": { |
| 50 | + "preset": { |
| 51 | + "value": "New-InboxRuleForward", |
| 52 | + "label": "A new Inbox rule is created that forwards e-mails to a different email address" |
| 53 | + }, |
| 54 | + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, |
| 55 | + "conditions": [ |
| 56 | + { |
| 57 | + "Property": { "value": "List:Operation", "label": "Operation" }, |
| 58 | + "Operator": { "value": "EQ", "label": "Equals to" }, |
| 59 | + "Input": { |
| 60 | + "value": "New-InboxRule", |
| 61 | + "label": "created new inbox rule in outlook web app" |
| 62 | + } |
| 63 | + }, |
| 64 | + { |
| 65 | + "Property": { "value": "String", "label": "ForwardTo" }, |
| 66 | + "Operator": { "value": "like", "label": "Like" }, |
| 67 | + "Input": { "value": "*@*" } |
| 68 | + } |
| 69 | + ] |
| 70 | + } |
| 71 | + }, |
| 72 | + { |
| 73 | + "value": "New-InboxRuleRedirect", |
| 74 | + "name": "A new Inbox rule is created that redirects e-mails to a different email address", |
| 75 | + "template": { |
| 76 | + "preset": { |
| 77 | + "value": "New-InboxRuleRedirect", |
| 78 | + "label": "A new Inbox rule is created that redirects e-mails to a different email address" |
| 79 | + }, |
| 80 | + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, |
| 81 | + "conditions": [ |
| 82 | + { |
| 83 | + "Property": { "value": "List:Operation", "label": "Operation" }, |
| 84 | + "Operator": { "value": "EQ", "label": "Equals to" }, |
| 85 | + "Input": { |
| 86 | + "value": "New-InboxRule", |
| 87 | + "label": "created new inbox rule in outlook web app" |
| 88 | + } |
| 89 | + }, |
| 90 | + { |
| 91 | + "Property": { "value": "String", "label": "RedirectTo" }, |
| 92 | + "Operator": { "value": "like", "label": "Like" }, |
| 93 | + "Input": { "value": "*@*" } |
| 94 | + } |
| 95 | + ] |
| 96 | + } |
| 97 | + }, |
46 | 98 | {
|
47 | 99 | "value": "Set-InboxRule",
|
48 | 100 | "name": "A existing Inbox rule is edited",
|
|
54 | 106 | "Property": { "value": "List:Operation", "label": "Operation" },
|
55 | 107 | "Operator": { "value": "EQ", "label": "Equals to" },
|
56 | 108 | "Input": {
|
57 |
| - "value": "set-inboxrule", |
| 109 | + "value": "Set-InboxRule", |
58 | 110 | "label": "Updated inbox rule in outlook web app"
|
59 | 111 | }
|
60 | 112 | }
|
|
65 | 117 | "value": "Set-InboxRuleRSS",
|
66 | 118 | "name": "A existing Inbox rule is edited that forwards e-mails to the RSS feeds folder",
|
67 | 119 | "template": {
|
68 |
| - "preset": { "value": "Set-InboxRuleRSS", "label": "A existing Inbox rule is edited" }, |
| 120 | + "preset": { |
| 121 | + "value": "Set-InboxRuleRSS", |
| 122 | + "label": "A existing Inbox rule is edited that forwards e-mails to the RSS feeds folder" |
| 123 | + }, |
69 | 124 | "logbook": { "value": "Audit.Exchange", "label": "Exchange" },
|
70 | 125 | "conditions": [
|
71 | 126 | {
|
72 | 127 | "Property": { "value": "List:Operation", "label": "Operation" },
|
73 | 128 | "Operator": { "value": "EQ", "label": "Equals to" },
|
74 | 129 | "Input": {
|
75 |
| - "value": "set-inboxrule", |
| 130 | + "value": "Set-InboxRule", |
76 | 131 | "label": "Updated inbox rule in outlook web app"
|
77 | 132 | }
|
78 | 133 | },
|
|
84 | 139 | ]
|
85 | 140 | }
|
86 | 141 | },
|
| 142 | + { |
| 143 | + "value": "Set-InboxRuleForward", |
| 144 | + "name": "A existing Inbox rule is edited that forwards e-mails to a different email address", |
| 145 | + "template": { |
| 146 | + "preset": { |
| 147 | + "value": "Set-InboxRuleForward", |
| 148 | + "label": "A existing Inbox rule is edited that forwards e-mails to a different email address" |
| 149 | + }, |
| 150 | + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, |
| 151 | + "conditions": [ |
| 152 | + { |
| 153 | + "Property": { "value": "List:Operation", "label": "Operation" }, |
| 154 | + "Operator": { "value": "EQ", "label": "Equals to" }, |
| 155 | + "Input": { |
| 156 | + "value": "Set-InboxRule", |
| 157 | + "label": "Updated inbox rule in outlook web app" |
| 158 | + } |
| 159 | + }, |
| 160 | + { |
| 161 | + "Property": { "value": "String", "label": "ForwardTo" }, |
| 162 | + "Operator": { "value": "like", "label": "Like" }, |
| 163 | + "Input": { "value": "*@*" } |
| 164 | + } |
| 165 | + ] |
| 166 | + } |
| 167 | + }, |
| 168 | + { |
| 169 | + "value": "Set-InboxRuleRedirect", |
| 170 | + "name": "A existing Inbox rule is edited that redirects e-mails to a different email address", |
| 171 | + "template": { |
| 172 | + "preset": { |
| 173 | + "value": "Set-InboxRuleRedirect", |
| 174 | + "label": "A existing Inbox rule is edited that redirects e-mails to a different email address" |
| 175 | + }, |
| 176 | + "logbook": { "value": "Audit.Exchange", "label": "Exchange" }, |
| 177 | + "conditions": [ |
| 178 | + { |
| 179 | + "Property": { "value": "List:Operation", "label": "Operation" }, |
| 180 | + "Operator": { "value": "EQ", "label": "Equals to" }, |
| 181 | + "Input": { |
| 182 | + "value": "Set-InboxRule", |
| 183 | + "label": "Updated inbox rule in outlook web app" |
| 184 | + } |
| 185 | + }, |
| 186 | + { |
| 187 | + "Property": { "value": "String", "label": "RedirectTo" }, |
| 188 | + "Operator": { "value": "like", "label": "Like" }, |
| 189 | + "Input": { "value": "*@*" } |
| 190 | + } |
| 191 | + ] |
| 192 | + } |
| 193 | + }, |
87 | 194 | {
|
88 | 195 | "value": "Add member to role.",
|
89 | 196 | "name": "A user has been added to an admin role",
|
|
0 commit comments