onPremisesDirectorySynchronization resource type

Namespace: microsoft.graph

A container for on-premises directory synchronization functionalities that are available for the organization. Only the read and update operations are supported on this resource; create and delete aren't supported.

Methods

Method Return type Description
Get onPremisesDirectorySynchronization onPremisesDirectorySynchronization Read the properties and relationships of an onPremisesDirectorySynchronization object.
Update onPremisesDirectorySynchronization onPremisesDirectorySynchronization Update the properties of an onPremisesDirectorySynchronization object.

Properties

Property Type Description
configuration onPremisesDirectorySynchronizationConfiguration Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant.
features onPremisesDirectorySynchronizationFeature Consists of directory synchronization features that can be enabled or disabled.
id String The unique Microsoft Entra tenant ID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onPremisesDirectorySynchronization",
  "id": "String (identifier)",
  "configuration": {
    "@odata.type": "microsoft.graph.onPremisesDirectorySynchronizationConfiguration"
  },
  "features": {
    "@odata.type": "microsoft.graph.onPremisesDirectorySynchronizationFeature"
  }
}