Skip to content

Commit

Permalink
Merge pull request #8531 from tjosepo/update-groupsettings
Browse files Browse the repository at this point in the history
Update Group (Directory) Settings page
  • Loading branch information
Lauragra authored Sep 8, 2023
2 parents 3f2bee1 + 89599c0 commit 646dd05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions concepts/group-directory-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ For groups, only settings for Microsoft 365 groups are available. The following

## Group.Unified

The settings in this object specify whether guests can be added to all or specific Microsoft 365 groups in the tenant.

Only one setting is available in this collection.
This object specifies Microsoft 365 group settings for your tenant.

Unless otherwise indicated, these features require an Azure AD P1 license.

Expand All @@ -50,7 +48,7 @@ Unless otherwise indicated, these features require an Azure AD P1 license.
| EnableGroupCreation | Boolean | Indicates whether non-admin users can create Microsoft 365 groups. The default setting is `true`. This setting doesn't require an Azure AD P1 license. This setting corresponds to the _Users can create Microsoft 365 groups in Azure portals, API or PowerShell_ setting in the [group settings menu in the Azure portal](/azure/active-directory/enterprise-users/groups-self-service-management). <br/><br/> **Note:** _The Users can create security groups in Azure portals, API or PowerShell_ setting is configured through the **allowedToCreateSecurityGroups** property of the [defaultUserRolePermissions](/graph/api/resources/defaultuserrolepermissions) object of the [authorizationPolicy resource type](/graph/api/resources/authorizationpolicy).|
| EnableMSStandardBlockedWords | Boolean | Deprecated and retired. |
| EnableMIPLabels | Boolean | Indicates whether Microsoft information protection sensitivity labels published in the Microsoft Purview compliance portal can be applied to Microsoft 365 groups. For more information, see [Assign Sensitivity Labels for Microsoft 365 groups](/azure/active-directory/enterprise-users/groups-assign-sensitivity-labels). |
| GroupCreationAllowedGroupId | GUID | Identifier of the security group for which the members are allowed to create Microsoft 365 groups even when **EnableGroupCreation** is `false`. |
| GroupCreationAllowedGroupId | GUID | Identifier of the security group for which the members are allowed to create Microsoft 365 groups even when **EnableGroupCreation** is `false`. This setting doesn't require an Azure AD P1 license. |
| GuestUsageGuidelinesUrl | String | The URL of a link to the guest usage guidelines. |
| NewUnifiedGroupWritebackDefault | Boolean | A tenant-wide setting that assigns the default value to the **writebackConfiguration/isEnabled** property of new groups, if the property isn't specified during group creation. This setting is applicable when group writeback is configured in Azure AD Connect. The default value is `true`. <br/><br/>Updating this setting to `false` changes the default writeback behavior for new Microsoft 365 groups, but won't change **writebackConfiguration/isEnabled** property for existing Microsoft 365 groups. For more information about this setting and the group's **writebackConfiguration** property, see [group resource type](/graph/api/resources/group?view=graph-rest-beta&preserve-view=true) |
| PrefixSuffixNamingRequirement | String | Defines the naming convention configured for Microsoft 365 group names and mail nicknames. Maximum character limit is 64. For more information, see [Enforce a naming policy for Microsoft 365 groups](/azure/active-directory/enterprise-users/groups-naming-policy). |
Expand Down

0 comments on commit 646dd05

Please sign in to comment.