Skip to content

Commit

Permalink
Added Anti-Phishing and Anti-Spam policies to backup
Browse files Browse the repository at this point in the history
  • Loading branch information
cipptesting committed Aug 21, 2024
1 parent 3042dd4 commit 3bb85f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/views/tenant/backup/CreateBackup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ const CreateBackup = () => {
name="intuneprotection"
label="Intune Protection Policies"
/>
<h3 className="underline mb-4">Email Security</h3>
<RFFCFormSwitch
name="antispam"
label="Anti-Spam Policies"
/>
<RFFCFormSwitch
name="antiphishing"
label="Anti-Phishing Policies"
/>
<h3 className="underline mb-4">CIPP</h3>
<RFFCFormSwitch
name="CippWebhookAlerts"
Expand Down
7 changes: 5 additions & 2 deletions src/views/tenant/backup/RestoreBackup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,15 @@ const OffboardingWizard = () => {
<RFFCFormSwitch name="groups" label="Groups" />
<h3 className="underline mb-4">Conditional Access</h3>
<RFFCFormSwitch name="ca" label="Conditional Access Configuration" />
</CCol>
<CCol>
<h3 className="underline mb-4">Intune</h3>
<RFFCFormSwitch name="intuneconfig" label="Intune Configuration Policies" />
<RFFCFormSwitch name="intunecompliance" label="Intune Compliance Policies" />
<RFFCFormSwitch name="intuneprotection" label="Intune Protection Policies" />
</CCol>
<CCol>
<h3 className="underline mb-4">Email Security</h3>
<RFFCFormSwitch name="antispam" label="Anti-Spam Policies" />
<RFFCFormSwitch name="antiphishing" label="Anti-Phishing Policies" />
<h3 className="underline mb-4">CIPP</h3>
<RFFCFormSwitch name="CippWebhookAlerts" label="Webhook Alerts Configuration" />
<RFFCFormSwitch name="CippScriptedAlerts" label="Scripted Alerts Configuration" />
Expand Down

0 comments on commit 3bb85f8

Please sign in to comment.