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 system that a user was provisioned to or from. For example, when provisioning a user from Microsoft Entra ID to ServiceNow, the source system is Microsoft Entra ID, and the target system is ServiceNow. This object is configured in the sourceSystem and targetSystem properties of provisioningObjectSummary.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Name of the system that a user was provisioned to or from. |
| details | detailsInfo | Details of the system. |
| id | String | Identifier of the system that a user was provisioned to or from. |
JSON representation
The following JSON representation shows the resource type.
{
"details": {
"@odata.type": "microsoft.graph.detailsInfo"
},
"displayName": "String",
"id": "String"
}