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 Azure Active Directory (Azure AD) to ServiceNow, the source system is Azure AD, and the target system is ServiceNow.

Properties

Property Type Description
details detailsInfo Details of the system.
displayName String Name of the system that a user was provisioned to or from.
id String Identifier of the system that a user was provisioned to or from.

JSON representation

The following is a JSON representation of the resource.

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