Skip to content

Commit 898fcd2

Browse files
Merge pull request #2503 from kris6673/cloudrecall
Add cloud message recall standard
2 parents 900c007 + 4c03185 commit 898fcd2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/data/standards.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,32 @@
632632
"impact": "Low Impact",
633633
"impactColour": "info"
634634
},
635+
{
636+
"name": "standards.CloudMessageRecall",
637+
"cat": "Exchange Standards",
638+
"tag": ["lowimpact"],
639+
"helpText": "Sets the Cloud Message Recall state for the tenant. This allows users to recall messages from the cloud.",
640+
"addedComponent": [
641+
{
642+
"type": "Select",
643+
"label": "Select value",
644+
"name": "standards.CloudMessageRecall.state",
645+
"values": [
646+
{
647+
"label": "Enabled",
648+
"value": "true"
649+
},
650+
{
651+
"label": "Disabled",
652+
"value": "false"
653+
}
654+
]
655+
}
656+
],
657+
"label": "Set Cloud Message Recall state",
658+
"impact": "Low Impact",
659+
"impactColour": "info"
660+
},
635661
{
636662
"name": "standards.AutoExpandArchive",
637663
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)