File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 632
632
"impact" : " Low Impact" ,
633
633
"impactColour" : " info"
634
634
},
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
+ },
635
661
{
636
662
"name" : " standards.AutoExpandArchive" ,
637
663
"cat" : " Exchange Standards" ,
You can’t perform that action at this time.
0 commit comments