userTrainingEventInfo リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

攻撃シミュレーションおよびトレーニング キャンペーンでユーザーに割り当てられたトレーニングのイベントを表します。 トレーニング イベントには、トレーニングの割り当て、進行中のトレーニングの更新、トレーニングの完了が含まれます。

プロパティ

プロパティ 説明
displayName String トレーニングの名前を表示します。
latestTrainingStatus trainingStatus ユーザーに割り当てられたトレーニングの最新の状態。 使用可能な値: unknownassignedinProgresscompletedoverdueunknownFutureValue
trainingAssignedProperties userTrainingContentEventInfo ユーザーに割り当てられたトレーニングのイベントの詳細。
trainingCompletedProperties userTrainingContentEventInfo ユーザーがトレーニングを完了した場合のイベントの詳細。
trainingUpdatedProperties userTrainingContentEventInfo ユーザーが更新/進行中のトレーニングを行った場合のイベントの詳細。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.userTrainingEventInfo",
  "displayName": "String",
  "latestTrainingStatus": "String",
  "trainingAssignedProperties": {
    "@odata.type": "microsoft.graph.userTrainingContentEventInfo"
  },
  "trainingUpdatedProperties": {
    "@odata.type": "microsoft.graph.userTrainingContentEventInfo"
  },
  "trainingCompletedProperties": {
    "@odata.type": "microsoft.graph.userTrainingContentEventInfo"
  }
}