Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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"
}
]
}