aadUserNotificationRecipient 资源类型

命名空间:microsoft.graph

表示在 Microsoft Teams 活动源中发送的通知的 Microsoft Entra 用户收件人。

继承自 teamworkNotificationRecipient

属性

属性 类型 描述
userId String Microsoft Entra 用户标识符。 使用 List users 方法获取此 ID。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.aadUserNotificationRecipient",
  "userId": "String"
}