| title | provisioningSystem resource type |
|---|---|
| description | Represents the system that a user was provisioned to or from. |
| ms.localizationpriority | medium |
| author | ArvindHarinder1 |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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.
Inherits from identity.
| Property | Type | Description |
|---|---|---|
| details | detailsInfo | Details of the system. |
| displayName | String | Name of the system that a user was provisioned to or from. Inherited from identity. Supports $filter (eq, contains). |
| id | String | Identifier of the system that a user was provisioned to or from. Inherited from identity. |
The following JSON representation shows the resource type.
{
"details": {
"@odata.type": "microsoft.graph.detailsInfo"
},
"displayName": "String",
"id": "String"
}