Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.44 KB

File metadata and controls

57 lines (45 loc) · 1.44 KB
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

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"
}