Skip to content

Commit 40e6860

Browse files
Merge pull request #2397 from kris6673/dev
Add new standard for Global Quarantine Notification Interval
2 parents 55aab74 + ec0741e commit 40e6860

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/data/standards.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,36 @@
487487
"impact": "Low Impact",
488488
"impactColour": "info"
489489
},
490+
{
491+
"name": "standards.GlobalQuarantineNotifications",
492+
"cat": "Exchange Standards",
493+
"tag": ["lowimpact"],
494+
"helpText": "Sets the Global Quarantine Notification Interval to the selected value. Determines how often the quarantine notification is sent to users.",
495+
"addedComponent": [
496+
{
497+
"type": "Select",
498+
"label": "Select value",
499+
"name": "standards.GlobalQuarantineNotifications.NotificationInterval",
500+
"values": [
501+
{
502+
"label": "4 hours",
503+
"value": "04:00:00"
504+
},
505+
{
506+
"label": "1 day/Daily",
507+
"value": "1.00:00:00"
508+
},
509+
{
510+
"label": "7 days/Weekly",
511+
"value": "7.00:00:00"
512+
}
513+
]
514+
}
515+
],
516+
"label": "Set Global Quarantine Notification Interval",
517+
"impact": "Low Impact",
518+
"impactColour": "info"
519+
},
490520
{
491521
"name": "standards.DisableTNEF",
492522
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)