| 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) |
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.
| Method | Return type | Description |
|---|---|---|
| Get | onPremisesSyncBehavior | Read the properties of an onPremisesSyncBehavior object. |
| Update | onPremisesSyncBehavior | Update the properties of an onPremisesSyncBehavior object. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesSyncBehavior",
"id": "String (identifier)",
"isCloudManaged": "Boolean"
}