educationFileSynchronizationVerificationMessage resource type (deprecated)

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.

Caution

The Education Synchronization Profile API is deprecated and will stop returning data on December 31, 2024. For information about how to migrate to the new Industry Data API, see Transition from School Data Sync (Classic).

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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