| 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 |
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.
| 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. |
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the data connector. Maximum supported length is 100 characters. |
| Relationship | Type | Description |
|---|---|---|
| sourceSystem | microsoft.graph.industryData.sourceSystemDefinition | The sourceSystemDefinition this connector is connected to. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.industryDataConnector",
"displayName": "String"
}