Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.7 KB

File metadata and controls

60 lines (47 loc) · 1.7 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

[!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.

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 JSON representation shows the resource type.

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