synchronizationJobApplicationParameters resource type

Namespace: microsoft.graph

Represents the objects that will be provisioned and the synchronization rules executed. The resource is primarily used for on-demand provisioning.

Properties

Property Type Description
ruleId String The identifier of the synchronizationRule to be applied. This rule ID is defined in the schema for a given synchronization job or template.
subjects synchronizationJobSubject collection The identifiers of one or more objects to which a synchronizationJob is to be applied.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.synchronizationJobApplicationParameters",
  "ruleId": "String",
  "subjects": [
    {
      "@odata.type": "microsoft.graph.synchronizationJobSubject"
    }
  ]
}