Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.09 KB

writebackconfiguration.md

File metadata and controls

39 lines (32 loc) · 1.09 KB
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

writebackConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a writeback state on Microsoft Entra cloud groups (Microsoft 365 and security groups).

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.writebackConfiguration",
  "isEnabled": "Boolean"
}