title | description | author | ms.reviewer | ms.localizationpriority | ms.subservice | doc_type |
---|---|---|---|---|---|---|
writebackConfiguration resource type |
Represents a writeback state on Microsoft Entra cloud groups (Microsoft 365 and security groups). |
yuhko-msft |
mbhargav, khotzteam, aadgroupssg |
medium |
entra-groups |
resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a writeback state on Microsoft Entra cloud groups (Microsoft 365 and security groups).
Property | Type | Description |
---|---|---|
isEnabled | Boolean | Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. Default value is true for Microsoft 365 groups and false for security groups. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.writebackConfiguration",
"isEnabled": "Boolean"
}