File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,15 @@ const CreateBackup = () => {
194
194
name = "intuneprotection"
195
195
label = "Intune Protection Policies"
196
196
/>
197
+ < h3 className = "underline mb-4" > Email Security</ h3 >
198
+ < RFFCFormSwitch
199
+ name = "antispam"
200
+ label = "Anti-Spam Policies"
201
+ />
202
+ < RFFCFormSwitch
203
+ name = "antiphishing"
204
+ label = "Anti-Phishing Policies"
205
+ />
197
206
< h3 className = "underline mb-4" > CIPP</ h3 >
198
207
< RFFCFormSwitch
199
208
name = "CippWebhookAlerts"
Original file line number Diff line number Diff line change @@ -109,12 +109,15 @@ const OffboardingWizard = () => {
109
109
< RFFCFormSwitch name = "groups" label = "Groups" />
110
110
< h3 className = "underline mb-4" > Conditional Access</ h3 >
111
111
< RFFCFormSwitch name = "ca" label = "Conditional Access Configuration" />
112
- </ CCol >
113
- < CCol >
114
112
< h3 className = "underline mb-4" > Intune</ h3 >
115
113
< RFFCFormSwitch name = "intuneconfig" label = "Intune Configuration Policies" />
116
114
< RFFCFormSwitch name = "intunecompliance" label = "Intune Compliance Policies" />
117
115
< RFFCFormSwitch name = "intuneprotection" label = "Intune Protection Policies" />
116
+ </ CCol >
117
+ < CCol >
118
+ < h3 className = "underline mb-4" > Email Security</ h3 >
119
+ < RFFCFormSwitch name = "antispam" label = "Anti-Spam Policies" />
120
+ < RFFCFormSwitch name = "antiphishing" label = "Anti-Phishing Policies" />
118
121
< h3 className = "underline mb-4" > CIPP</ h3 >
119
122
< RFFCFormSwitch name = "CippWebhookAlerts" label = "Webhook Alerts Configuration" />
120
123
< RFFCFormSwitch name = "CippScriptedAlerts" label = "Scripted Alerts Configuration" />
You can’t perform that action at this time.
0 commit comments