Microsoft Graph · Schema

attackSimulationRepeatOffender

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
attackSimulationUser object The user in an attack simulation and training campaign.
repeatOffenceCount number Number of repeat offences of the user in attack simulation and training campaigns.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphattacksimulationrepeatoffender-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.attackSimulationRepeatOffender",
  "title": "attackSimulationRepeatOffender",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "attackSimulationUser": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.attackSimulationUser"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The user in an attack simulation and training campaign."
    },
    "repeatOffenceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Number of repeat offences of the user in attack simulation and training campaigns.",
      "format": "int32",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}