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
Represents the objects that will be provisioned during on-demand provisioning.
Properties
| Property | Type | Description | 
|---|---|---|
| links | synchronizationLinkedObjects | Principals that you would like to provision. | 
| objectId | String | The identifier of an object to which a synchronizationJob is to be applied. Can be one of the following: | 
| objectTypeName | String | The type of the object to which a synchronizationJob is to be applied. Can be one of the following: userfor synchronizing between Active Directory and Azure AD.Userfor synchronizing a user between Microsoft Entra ID and a third-party application.Workerfor synchronization a user between Workday and either Active Directory or Azure AD.Groupfor synchronizing a group between Microsoft Entra ID and a third-party application. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "@odata.type": "#microsoft.graph.synchronizationJobSubject",
  "objectId": "String",
  "objectTypeName": "String",
  "links": {
    "@odata.type": "microsoft.graph.synchronizationLinkedObjects"
  }
}