attackSimulationRepeatOffender リソースの種類
名前空間: microsoft.graph
さまざまな攻撃シミュレーションとトレーニング キャンペーンで複数回攻撃する方法を与えたテナント内のユーザーを表します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
常習者を取得する | attackSimulationRepeatOffender コレクション | 攻撃シミュレーションとトレーニング キャンペーンで複数回攻撃を受けたテナント ユーザーを一覧表示します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
attackSimulationUser | attackSimulationUser | 攻撃シミュレーションとトレーニング キャンペーンのユーザー。 |
repeatOffenceCount | Int32 | 攻撃シミュレーションとトレーニング キャンペーンにおけるユーザーの繰り返し攻撃の数。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.attackSimulationRepeatOffender",
"attackSimulationUser": {
"@odata.type": "microsoft.graph.attackSimulationUser"
},
"repeatOffenceCount": "Int32"
}