industryDataRoot 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 the entry point to all industry data resources.

Methods

Method Return type Description
Create azureDataLakeConnector microsoft.graph.industryData.azureDataLakeConnector Create a new azureDataLakeConnector object.
Create oneRosterApiDataConnector microsoft.graph.industryData.oneRosterApiDataConnector Create a new oneRosterApiDataConnector object.
List industryDataConnectors microsoft.graph.industryData.industryDataConnector collection Get a list of the industryDataConnector objects and their properties.
Get industryDataConnector microsoft.graph.industryData.industryDataConnector Read the properties and relationships of an industryDataConnector object.
Update azureDataLakeConnector microsoft.graph.industryData.azureDataLakeConnector Update the properties of an azureDataLakeConnector object.
Update oneRosterApiDataConnector microsoft.graph.industryData.oneRosterApiDataConnector Update the properties of an oneRosterApiDataConnector object.
Delete industryDataConnector None Delete an industryDataConnector object.
Create inboundFileFlow microsoft.graph.industryData.inboundFileFlow Create a new inboundFileFlow object.
Create inboundApiFlow microsoft.graph.industryData.inboundApiFlow Create a new inboundApiFlow object.
List inboundFlows microsoft.graph.industryData.inboundFlow collection Get a list of the inboundFlow objects and their properties.
Get inboundFlow microsoft.graph.industryData.inboundFlow Read the properties and relationships of an inboundFlow object.
Update inboundFileFlow microsoft.graph.industryData.inboundFileFlow Update the properties of an inboundFileFlow object.
Update inboundApiFlow microsoft.graph.industryData.inboundApiFlow Update the properties of an inboundApiFlow object.
Delete inboundFlow None Delete an inboundFlow object.
List operations fileValidateOperation collection Get a list of file validation operations and their statuses.
List referenceDefinitions microsoft.graph.industryData.referenceDefinition collection Get a list of the referenceDefinition objects and their properties.
Get referenceDefinition microsoft.graph.industryData.referenceDefinition Read the properties and relationships of a referenceDefinition object.
List roleGroups microsoft.graph.industryData.roleGroup collection Get a list of the roleGroup objects and their properties.
Get roleGroup microsoft.graph.industryData.roleGroup Read the properties and relationships of a roleGroup object.
List industryDataRuns microsoft.graph.industryData.industryDataRun collection Get a list of the industryDataRun objects and their properties.
Get industryDataRun microsoft.graph.industryData.industryDataRun Read the properties and relationships of an industryDataRun object.
Create sourceSystemDefinition microsoft.graph.industryData.sourceSystemDefinition Create a new sourceSystemDefinition object.
List sourceSystemDefinitions microsoft.graph.industryData.sourceSystemDefinition collection Get a list of the sourceSystemDefinition objects and their properties.
Get sourceSystemDefinition microsoft.graph.industryData.sourceSystemDefinition Read the properties and relationships of a sourceSystemDefinition object.
Update sourceSystemDefinition microsoft.graph.industryData.sourceSystemDefinition Update the properties of a sourceSystemDefinition object.
Delete sourceSystemDefinition None Delete a sourceSystemDefinition object.
Create yearTimePeriodDefinition microsoft.graph.industryData.yearTimePeriodDefinition Create a new yearTimePeriodDefinition object.
List yearTimePeriodDefinitions microsoft.graph.industryData.yearTimePeriodDefinition collection Get a list of the yearTimePeriodDefinition objects and their properties.
Get yearTimePeriodDefinition microsoft.graph.industryData.yearTimePeriodDefinition Read the properties and relationships of a yearTimePeriodDefinition object.
Update yearTimePeriodDefinition microsoft.graph.industryData.yearTimePeriodDefinition Update the properties of a yearTimePeriodDefinition object.
Delete yearTimePeriodDefinition None Delete a yearTimePeriodDefinition object.

Properties

None.

Relationships

Relationship Type Description
dataConnectors microsoft.graph.industryData.industryDataConnector collection Set of connectors for importing data from source systems.
inboundFlows microsoft.graph.industryData.inboundFlow collection Set of data import flow activities to bring data into the canonical store via a connector.
operations microsoft.graph.longRunningOperation collection Set of ephemeral operations that the system runs currently. Read-only.
referenceDefinitions microsoft.graph.industryData.referenceDefinition collection Set of user modifiable system picker types.
roleGroups microsoft.graph.industryData.roleGroup collection Set of groups of individual roles that makes role-based admin simpler.
runs microsoft.graph.industryData.industryDataRun collection Set of ephemeral runs which present the point-in-time that diagnostic state of activities performed by the system. Read-only.
sourceSystems microsoft.graph.industryData.sourceSystemDefinition collection Set of source definitions that represents real-world external systems.
years microsoft.graph.industryData.yearTimePeriodDefinition collection Set of years represented in the system.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataRoot"
}