次の方法で共有


userTrainingEventInfo リソースの種類

名前空間: microsoft.graph

重要

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

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

プロパティ

プロパティ 説明
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"
  },
  "trainingCompletedProperties": {
    "@odata.type": "microsoft.graph.userTrainingContentEventInfo"
  },
  "trainingUpdatedProperties": {
    "@odata.type": "microsoft.graph.userTrainingContentEventInfo"
  }
}