provisioningSystem resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

Properties

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.

JSON representation

The following is a JSON representation of the resource.

{
  "details": {
    "@odata.type": "microsoft.graph.detailsInfo"
  },
  "displayName": "String",
  "id": "String"
}