Skip to content

Commit 4c33aa4

Browse files
Merge pull request #1993 from kris6673/customer-lockbox
Add new standard for enabling Customer Lockbox and update misc texts
2 parents 066c600 + 97136ff commit 4c33aa4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/data/standards.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
"impact": "Low Impact",
4444
"impactColour": "info"
4545
},
46+
{
47+
"name": "standards.EnableCustomerLockbox",
48+
"cat": "Global Standards",
49+
"helpText": "Enables Customer Lockbox that offers an approval process for Microsoft support to access organization data",
50+
"addedComponent": [],
51+
"label": "Enable Customer Lockbox",
52+
"impact": "Low Impact",
53+
"impactColour": "info"
54+
},
4655
{
4756
"name": "standards.AnonReportDisable",
4857
"cat": "Global Standards",
@@ -55,7 +64,7 @@
5564
{
5665
"name": "standards.DisableGuestDirectory",
5766
"cat": "Global Standards",
58-
"helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from see other users or guests in the directory.",
67+
"helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from seeing other users or guests in the directory.",
5968
"addedComponent": [],
6069
"label": "Restrict guest user access to directory objects",
6170
"impact": "Low Impact",
@@ -440,7 +449,7 @@
440449
{
441450
"name": "standards.SendReceiveLimitTenant",
442451
"cat": "Exchange Standards",
443-
"helpText": "Sets the Send and Receive limits for new users. Valid values are 1KB to 150MB. Invalid values will be set to EXO standard of 35MB,36MB",
452+
"helpText": "Sets the Send and Receive limits for new users. Valid values are 1MB to 150MB",
444453
"addedComponent": [
445454
{
446455
"type": "number",

0 commit comments

Comments
 (0)