educationSynchronizationError 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示学校数据配置文件验证和/或同步期间的错误。对于无法验证和/或与Microsoft Entra ID同步的每个条目,都会生成唯一错误。

方法

方法 返回类型 说明
获取同步错误 educationSynchronizationError 集合 返回与配置文件关联的同步错误列表。

属性

属性 类型 说明
id String 资源的唯一标识符。 (只读)
entryType String 表示学校、分区、学生、教师) (同步实体。
errorCode String 表示此错误的错误代码。
errorMessage String 包含错误说明。
joiningValue String 条目的唯一标识符。
recordedDateTime DateTimeOffset 此错误的发生时间。
reportableIdentifier String 此错误项的标识符。

JSON 表示形式

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