Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 4.22 KB

File metadata and controls

64 lines (50 loc) · 4.22 KB
title sourceSystemDefinition resource type
description Represents an external data source in the real world.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

sourceSystemDefinition resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents an external data source in the real world. The data that is ingested is associated to a source system to identify the record owner.

Methods

Method Return type Description
Create microsoft.graph.industryData.sourceSystemDefinition Create a new sourceSystemDefinition object.
List microsoft.graph.industryData.sourceSystemDefinition collection Get a list of the sourceSystemDefinition objects and their properties.
Get microsoft.graph.industryData.sourceSystemDefinition Read the properties and relationships of a sourceSystemDefinition object.
Update microsoft.graph.industryData.sourceSystemDefinition Update the properties of a sourceSystemDefinition object.
Delete None Delete a sourceSystemDefinition object.

Properties

Property Type Description
displayName String The name of the source system. Maximum supported length is 100 characters.
userMatchingSettings microsoft.graph.industryData.userMatchingSetting collection A collection of user matching settings by roleGroup.
vendor String The name of the vendor who supplies the source system. Maximum supported length is 100 characters.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.sourceSystemDefinition",
  "displayName": "String",
  "userMatchingSettings": [
    {
      "@odata.type": "microsoft.graph.industryData.userMatchingSetting"
    }
  ],
  "vendor": "String"
}