educationTeamsAppResource 资源类型
命名空间:microsoft.graph
对应于 已安装Microsoft Teams 应用。 这允许教育服务用户使用嵌入式 Teams 应用程序(如 YouTube 或 Flip)创建和共享作业。
有关在 Microsoft Teams 上使用 Flip 教育版的信息,请参阅 Flip 简介。
继承自 educationResource。
属性
属性 | 类型 | 说明 |
---|---|---|
appIconWebUrl | String | 指向应用图标的 URL。 |
appId | String | 应用程序的 Teams 应用 ID。 |
createdBy | identitySet | 创建此资源的用户的标识。 继承自 educationResource。 |
createdDateTime | DateTimeOffset | 添加资源的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 继承自 educationResource。 |
displayName | String | 资源的显示名称。 继承自 educationResource。 |
lastModifiedBy | identitySet | 上次修改资源的用户的标识。 继承自 educationResource。 |
lastModifiedDateTime | DateTimeOffset | 上次修改资源的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 继承自 educationResource。 |
teamsEmbeddedContentUrl | String | Teams 将打开的应用资源的 URL。 |
webUrl | String | 可在浏览器中打开的应用资源的 URL。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"appIconWebUrl": "String",
"appId": "String",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"displayName": "String",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"teamsEmbeddedContentUrl": "String",
"webUrl": "String"
}