Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.57 KB

attacksimulationrepeatoffender.md

File metadata and controls

46 lines (38 loc) · 1.57 KB
title description author ms.localizationpriority ms.subservice doc_type
attackSimulationRepeatOffender resource type
Represents a user in a tenant who has given way to attacks more than once across various attack simulation and training campaigns.
stuartcl
medium
reports
resourcePageType

attackSimulationRepeatOffender resource type

Namespace: microsoft.graph

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 is a JSON representation of the resource.

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