aadUserNotificationRecipient リソースの種類

名前空間: microsoft.graph

Microsoft Teams アクティビティ フィードで送信された通知のMicrosoft Entraユーザー受信者を表します。

teamworkNotificationRecipient から継承します。

プロパティ

プロパティ 説明
userId String ユーザー識別子をMicrosoft Entraします。 この ID を取得するには、 List users メソッドを使用します。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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