| title | groupWritebackConfiguration resource type |
|---|---|
| description | Indicates whether writeback of cloud groups to on-premises Active Directory is enabled and the target group type for the on-premises group. |
| author | yuhko-msft |
| ms.reviewer | mbhargav, khotzteam, aadgroupssg |
| ms.localizationpriority | medium |
| ms.subservice | entra-groups |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Indicates whether writeback of cloud groups to on-premises Active Directory is enabled and the target group type for the on-premises group.
By default, all Microsoft Entra security groups aren't writeback enabled. For Microsoft 365 groups, the default settings that are defined by the properties of this resource can be overwritten by the NewUnifiedgroupWritebackDefault directory setting object.
Inherits from writebackConfiguration.
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Indicates whether writeback of cloud groups to on-premises Active Directory is enabled. Nullable. Default value is true for Microsoft 365 groups and false for security groups. Inherited from writebackConfiguration. |
| onPremisesGroupType | String | Indicates the target on-premises group type the cloud object is written back as. Nullable. The possible values are: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.
|
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.groupWritebackConfiguration",
"isEnabled": "Boolean",
"onPremisesGroupType": "String"
}