educationResource 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
一个抽象类型,表示系统中所有与教育相关的资源对象的基类。
教育基本类型 ExcelResource、 educationFileResource、 educationLinkResource、 educationPowerPointResource、 educationWordResource、 educationMediaResource、 educationExternalResource 和 educationTeamsAppResource。
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)"
}