provisioningSystem resource type
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.
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"
}