Skip to content

Commit ed7f147

Browse files
Merge pull request #1758 from johnduprey/dev
Webhook Alerts
2 parents 1aa388b + 89fbb90 commit ed7f147

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/views/tenant/administration/AlertWizard.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ const AlertWizard = () => {
222222
value: 'UserLoggedIn',
223223
name: 'A user has logged in from any location',
224224
},
225+
{
226+
value: 'Add service principal.',
227+
name: 'Enterprise App Added',
228+
},
229+
{
230+
value: 'Remove service principal.',
231+
name: 'Enterprise App Removed',
232+
},
225233
]}
226234
/>
227235
</CCol>

0 commit comments

Comments
 (0)