educationFileSynchronizationVerificationMessage 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.

Represents an error returned to the client in response to a request to start synchronization for CSV-based school data profiles. The resource will contain errors that result from the verification. Users must fix the source data before you restart the request to synchronize with Microsoft Entra ID.

Properties

Property Type Description
type string Type of the message. Possible values are: error, warning, information.
filename string Source file that contains the error.
description string Detailed information about the message type.

JSON representation

{
  "type": "String",
  "fileName": "String",
  "description": "String"
}