attackSimulationSimulationUserCoverage リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
攻撃シミュレーションとトレーニングのユーザーの累積シミュレーション データと結果を表します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| attackSimulationUser | attackSimulationUser | 攻撃シミュレーションとトレーニング キャンペーンのユーザー。 |
| clickCount | Int32 | 攻撃シミュレーションおよびトレーニング キャンペーンでユーザーが受信したペイロード内のリンク クリック数。 |
| compromisedCount | Int32 | 攻撃シミュレーションおよびトレーニング キャンペーンにおけるユーザーによる妥協アクションの数。 |
| latestSimulationDateTime | DateTimeOffset | ユーザーが含まれている最新の攻撃シミュレーションとトレーニング キャンペーンの日時。 |
| simulationCount | Int32 | ユーザーが含まれている攻撃シミュレーションとトレーニング キャンペーンの数。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.attackSimulationSimulationUserCoverage",
"simulationCount": "Integer",
"latestSimulationDateTime": "String (timestamp)",
"clickCount": "Integer",
"compromisedCount": "Integer",
"attackSimulationUser": {
"@odata.type": "microsoft.graph.attackSimulationUser"
}
}
フィードバック
フィードバックの送信と表示