industryDataConnector resource type
Namespace: microsoft.graph.industryData
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}