Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.28 KB

File metadata and controls

57 lines (46 loc) · 2.28 KB
title onPremisesSyncBehavior resource type
description Indicates the state of synchronization for a directory object between the cloud and on-premises Active Directory.
author rubytek-git
ms.reviewer Darshan.Maiya,rteklemariam
ms.date 06/30/2025
ms.localizationpriority medium
ms.subservice entra-directory-management
doc_type resourcePageType
toc.title On-premises sync behavior (Source of Authority)

onPremisesSyncBehavior resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Indicates the synchronization settings for a directory object between the cloud and on-premises Active Directory for group, user, and orgContact resources.

For more information, see Convert Group Source of Authority to the cloud.

Inherits from entity.

Methods

Method Return type Description
Get onPremisesSyncBehavior Read the properties of an onPremisesSyncBehavior object.
Update onPremisesSyncBehavior Update the properties of an onPremisesSyncBehavior object.

Properties

Property Type Description
id String The object ID of the parent object. Read-only. Inherits from entity
isCloudManaged Boolean Indicates the state of synchronization for an object between the cloud and on-premises Active Directory. If true, updates from on-premises Active Directory are blocked in the cloud; if false, updates from on-premises Active Directory are allowed in the cloud and the on-premises Active Directory can take over the object.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onPremisesSyncBehavior",
  "id": "String (identifier)",
  "isCloudManaged": "Boolean"
}