sourceSystemDefinition 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 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"
}