Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.6 KB

educationsynchronizationerror.md

File metadata and controls

56 lines (44 loc) · 2.6 KB
title description author ms.localizationpriority ms.subservice doc_type
educationSynchronizationError resource type
Represents an error during school data profile validation and/or sync. A unique error is generated for every entry that fails to validate and/or synchronize with Microsoft Entra ID.
mmast-msft
medium
education
resourcePageType

educationSynchronizationError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an error during school data profile validation and/or sync. A unique error is generated for every entry that fails to validate and/or synchronize with Microsoft Entra ID.

Methods

Method Return Type Description
Get synchronization errors educationSynchronizationError collection Returns the list of synchronization errors associated with a profile.

Properties

Property Type Description
id String The unique identifier for the resource. (read-only)
entryType String Represents the sync entity (school, section, student, teacher).
errorCode String Represents the error code for this error.
errorMessage String Contains a description of the error.
joiningValue String The unique identifier for the entry.
recordedDateTime DateTimeOffset The time of occurrence of this error.
reportableIdentifier String The identifier of this error entry.

JSON representation

{
  "id": "String",
  "entryType": "String",
  "errorCode": "String",
  "errorMessage": "String",
  "joiningValue": "String",
  "recordedDateTime": "DateTimeOffset",
  "reportableIdentifier": "String"
}