educationCsvDataProvider resource type

Namespace: microsoft.graph

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.

Used to set up the school data synchronization profile when CSV files are the input source.

Derived from educationSynchronizationDataProvider.

Properties

Property Type Description
customizations educationSynchronizationCustomizations Optional customizations to be applied to the synchronization profile.

JSON representation

{
  "@odata.type": "microsoft.graph.educationCsvDataProvider",
  "customizations": {
    "@odata.type": "microsoft.graph.educationSynchronizationCustomizations"
  }
}