educationResource 资源类型

命名空间:microsoft.graph

一个抽象类型,表示系统中所有与教育相关的资源对象的基类。

教育基本类型 ExcelResourceeducationFileResourceeducationLinkResourceeducationPowerPointResourceeducationWordResourceeducationMediaResourceeducationExternalResourceeducationTeamsAppResource

educationResource 与 作业 和/或提交相关联,该作业和/或 提交表示正在分发或提交的学习对象。 不能直接实例化资源;必须创建一个子类,该子类将表示正在使用的资源的类型。

此资源跨所有资源类型存储通用属性。

属性

属性 类型 说明
createdBy identitySet 创建资源的个人。
createdDateTime DateTimeOffset 创建资源时的时刻。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
displayName String 资源的显示名称。
lastModifiedBy identitySet 修改资源的最后一个用户。
lastModifiedDateTime DateTimeOffset 上次修改资源的时刻。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)"
}