Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.56 KB

File metadata and controls

46 lines (37 loc) · 2.56 KB
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

groupWritebackConfiguration resource type

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.

Properties

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.
    • If the cloud group is a unified (Microsoft 365) group, this property can be one of the following: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.
    • Microsoft Entra security groups can be written back as universalSecurityGroup.
    • If isEnabled or the NewUnifiedGroupWritebackDefault group setting is true but this property isn't explicitly configured:
    • Microsoft 365 groups are written back as universalDistributionGroup by default
    • Security groups are written back as universalSecurityGroup by default

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.groupWritebackConfiguration",
  "isEnabled": "Boolean",
  "onPremisesGroupType": "String"
}