Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 3.66 KB

File metadata and controls

59 lines (44 loc) · 3.66 KB
title industryDataConnector resource type
description Represents a base type for connectors that provides the resources to establish a connection with a data source.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

industryDataConnector resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents a base type for connectors that provides the resources to establish a connection with a data source. This is an abstract type.

Base type of fileDataConnector and oneRosterApiDataConnector.

Methods

Method Return type Description
List microsoft.graph.industryData.industryDataConnector collection Get a list of the industryDataConnector objects and their properties.
Get microsoft.graph.industryData.industryDataConnector Read the properties and relationships of an industryDataConnector object.
Delete None Delete an industryDataConnector object.
Validate None Perform validations applicable for the specific instance of the data connector.

Properties

Property Type Description
displayName String The name of the data connector. Maximum supported length is 100 characters.

Relationships

Relationship Type Description
sourceSystem microsoft.graph.industryData.sourceSystemDefinition The sourceSystemDefinition this connector is connected to.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataConnector",
  "displayName": "String"
}