| title | onPremisesDirectorySynchronization resource type |
|---|---|
| description | A container for on-premises directory synchronization functionalities that are available for the organization. |
| author | dhanyahk |
| ms.reviewer | damaiya,vifernan,awsdev |
| ms.localizationpriority | medium |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 10/03/2024 |
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.
| Method | Return type | Description |
|---|---|---|
| Get | onPremisesDirectorySynchronization | Read the properties and relationships of an onPremisesDirectorySynchronization object. |
| Update | onPremisesDirectorySynchronization | Update the properties of an onPremisesDirectorySynchronization object. |
| Property | Type | Description |
|---|---|---|
| configuration | onPremisesDirectorySynchronizationConfiguration | Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant. Nullable. |
| features | onPremisesDirectorySynchronizationFeature | Consists of directory synchronization features that can be enabled or disabled. Not nullable. |
| id | String | The unique Microsoft Entra tenant ID. |
None.
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"
}
}