Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 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"
}