Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.45 KB

synchronization-synchronizationjobapplicationparameters.md

File metadata and controls

44 lines (36 loc) · 1.45 KB
title description author ms.localizationpriority ms.subservice doc_type
synchronizationJobApplicationParameters resource type
Represents the objects to be provisioned and the rules executed during on-demand provisioning.
ArvindHarinder1
medium
entra-applications
resourcePageType

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 JSON representation shows the resource type.

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