You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Are you sure you want to change the source of authority for [userPrincipalName]? Setting it to On-Premises Managed will take until the next sync cycle to show the change.",
Copy file name to clipboardExpand all lines: src/data/alerts.json
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -331,5 +331,39 @@
331
331
"label": "Alert on quarantine release requests",
332
332
"recommendedRunInterval": "30m",
333
333
"description": "Monitors for user requests to release quarantined messages and provides a CIPP-native alternative to the external email forwarding method. This helps MSPs maintain secure configurations while getting timely notifications about quarantine activity. Links to the tenant's quarantine page are provided in alerts."
334
+
},
335
+
{
336
+
"name": "SecureScore",
337
+
"label": "Alert on a low Secure Score",
338
+
"recommendedRunInterval": "1d",
339
+
"requiresInput": true,
340
+
"multipleInput": true,
341
+
"inputs": [
342
+
{
343
+
"inputType": "autoComplete",
344
+
"inputLabel": "Threshold type absolute number or percent",
345
+
"inputName": "ThresholdType",
346
+
"creatable": false,
347
+
"multiple": false,
348
+
"options": [
349
+
{
350
+
"label": "Percent",
351
+
"value": "percent"
352
+
},
353
+
{
354
+
"label": "Absolute",
355
+
"value": "absolute"
356
+
}
357
+
],
358
+
"required": true
359
+
},
360
+
{
361
+
"inputType": "number",
362
+
"inputLabel": "Threshold Value (below this will trigger the alert)",
363
+
"inputName": "InputValue",
364
+
"required": true
365
+
}
366
+
],
367
+
"description": "Monitors Secure Score and alerts when it falls below the specified threshold (absolute or percent value). Helps identify security gaps and areas for improvement."
0 commit comments