| title | synchronizationJobSubject resource type |
|---|---|
| description | Represents the objects that will be provisioned during on-demand provisioning. |
| author | ArvindHarinder1 |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the objects that will be provisioned during on-demand provisioning.
| 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:
|
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.synchronizationJobSubject",
"objectId": "String",
"objectTypeName": "String",
"links": {
"@odata.type": "microsoft.graph.synchronizationLinkedObjects"
}
}