Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Indicates the state of synchronization for a directory object and its settings between the cloud and on-premises Active Directory. Only the group resource is supported.
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 object can be taken over by on-premises Active Directory. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesSyncBehavior",
"id": "String (identifier)",
"isCloudManaged": "Boolean"
}