attackSimulationSimulationUserCoverage リソースの種類

名前空間: microsoft.graph

攻撃シミュレーションとトレーニングのユーザーの累積シミュレーション データと結果を表します。

メソッド

メソッド 戻り値の種類 説明
ユーザーのシミュレーション対象範囲を取得する attackSimulationSimulationUserCoverage コレクション 攻撃シミュレーションとトレーニング キャンペーンの各テナント ユーザーのトレーニング カバレッジ を一覧表示します。

プロパティ

プロパティ 説明
attackSimulationUser attackSimulationUser 攻撃シミュレーションとトレーニング キャンペーンのユーザー。
clickCount Int32 攻撃シミュレーションおよびトレーニング キャンペーンでユーザーが受け取ったペイロード内のリンク クリック数。
compromisedCount Int32 攻撃シミュレーションとトレーニング キャンペーンでのユーザーによる侵害アクションの数。
latestSimulationDateTime DateTimeOffset ユーザーが含まれていた最新の攻撃シミュレーションとトレーニング キャンペーンの日時。
simulationCount Int32 ユーザーが含まれていた攻撃シミュレーションとトレーニング キャンペーンの数。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.attackSimulationSimulationUserCoverage",
  "attackSimulationUser": {
    "@odata.type": "microsoft.graph.attackSimulationUser"
  },
  "clickCount": "Int32",
  "compromisedCount": "Int32",
  "latestSimulationDateTime": "String (timestamp)",
  "simulationCount": "Int32"
}