名前空間: microsoft.graph
エンド ユーザー通知に関する詳細を表します。
positiveReinforcementNotification、simulationNotification、trainingReminderNotification の基本型。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| defaultLanguage | String | エンド ユーザー通知の既定の言語。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| endUserNotification | endUserNotification | エンド ユーザー通知の詳細。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.baseEndUserNotification",
"defaultLanguage": "String"
}