Skip to content

Add new standard for enabling Customer Lockbox and update misc texts #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.EnableCustomerLockbox",
"cat": "Global Standards",
"helpText": "Enables Customer Lockbox that offers an approval process for Microsoft support to access organization data",
"addedComponent": [],
"label": "Enable Customer Lockbox",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.AnonReportDisable",
"cat": "Global Standards",
Expand All @@ -55,7 +64,7 @@
{
"name": "standards.DisableGuestDirectory",
"cat": "Global Standards",
"helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from see other users or guests in the directory.",
"helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from seeing other users or guests in the directory.",
"addedComponent": [],
"label": "Restrict guest user access to directory objects",
"impact": "Low Impact",
Expand Down Expand Up @@ -395,7 +404,7 @@
{
"name": "standards.SendReceiveLimitTenant",
"cat": "Exchange Standards",
"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",
"helpText": "Sets the Send and Receive limits for new users. Valid values are 1MB to 150MB",
"addedComponent": [
{
"type": "number",
Expand Down