Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.65 KB

File metadata and controls

49 lines (40 loc) · 1.65 KB
title attackSimulationRepeatOffender resource type
description Represents a user in a tenant who has given way to attacks more than once across various attack simulation and training campaigns.
author stuartcl
ms.localizationpriority medium
ms.subservice reports
doc_type resourcePageType
ms.date 07/22/2024

attackSimulationRepeatOffender resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user in a tenant who has given way to attacks more than once across various attack simulation and training campaigns.

Methods

Method Return type Description
Get repeat offenders attackSimulationRepeatOffender collection List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns.

Properties

Property Type Description
attackSimulationUser attackSimulationUser The user in an attack simulation and training campaign.
repeatOffenceCount Int32 Number of repeat offences of the user in attack simulation and training campaigns.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.attackSimulationRepeatOffender",
  "attackSimulationUser": {
    "@odata.type": "microsoft.graph.attackSimulationUser"
  },
  "repeatOffenceCount": "Int32"
}