Skip to content

Commit 66c221e

Browse files
Merge pull request #2849 from cipptesting/dev
Added Anti-Phishing and Anti-Spam policies to backup
2 parents 49834bc + 3bb85f8 commit 66c221e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/views/tenant/backup/CreateBackup.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ const CreateBackup = () => {
194194
name="intuneprotection"
195195
label="Intune Protection Policies"
196196
/>
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+
/>
197206
<h3 className="underline mb-4">CIPP</h3>
198207
<RFFCFormSwitch
199208
name="CippWebhookAlerts"

src/views/tenant/backup/RestoreBackup.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,15 @@ const OffboardingWizard = () => {
109109
<RFFCFormSwitch name="groups" label="Groups" />
110110
<h3 className="underline mb-4">Conditional Access</h3>
111111
<RFFCFormSwitch name="ca" label="Conditional Access Configuration" />
112-
</CCol>
113-
<CCol>
114112
<h3 className="underline mb-4">Intune</h3>
115113
<RFFCFormSwitch name="intuneconfig" label="Intune Configuration Policies" />
116114
<RFFCFormSwitch name="intunecompliance" label="Intune Compliance Policies" />
117115
<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" />
118121
<h3 className="underline mb-4">CIPP</h3>
119122
<RFFCFormSwitch name="CippWebhookAlerts" label="Webhook Alerts Configuration" />
120123
<RFFCFormSwitch name="CippScriptedAlerts" label="Scripted Alerts Configuration" />

0 commit comments

Comments
 (0)