chatMessageFromIdentitySet 资源类型
命名空间:microsoft.graph
表示聊天 或 频道中消息的发送方。 此对象可能代表已由内部系统删除或Microsoft Teams的邮件;例如,用于添加 null 成员的事件消息。
继承自 identitySet。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| application | Identity | 继承自 identitySet。 如果存在,表示应用程序 (例如,自动程序) 发送消息。 |
| 设备 | identity | 继承自 identitySet。 未使用。 |
| 用户 | identity | 继承自 identitySet。 如果存在,表示发送消息的用户。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.chatMessageFromIdentitySet",
"user": {
"@odata.type": "microsoft.graph.identity"
},
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
}
}
反馈
提交和查看相关反馈