Microsoft Graph · Schema

microsoft.graph.attackSimulationRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphattacksimulationroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.attackSimulationRoot",
  "title": "microsoft.graph.attackSimulationRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "attackSimulationRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "endUserNotifications": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.endUserNotification"
          },
          "description": "Represents an end user's notification for an attack simulation training.",
          "x-ms-navigationProperty": true
        },
        "landingPages": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.landingPage"
          },
          "description": "Represents an attack simulation training landing page.",
          "x-ms-navigationProperty": true
        },
        "loginPages": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.loginPage"
          },
          "description": "Represents an attack simulation training login page.",
          "x-ms-navigationProperty": true
        },
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.attackSimulationOperation"
          },
          "description": "Represents an attack simulation training operation.",
          "x-ms-navigationProperty": true
        },
        "payloads": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.payload"
          },
          "description": "Represents an attack simulation training campaign payload in a tenant.",
          "x-ms-navigationProperty": true
        },
        "simulationAutomations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.simulationAutomation"
          },
          "description": "Represents simulation automation created to run on a tenant.",
          "x-ms-navigationProperty": true
        },
        "simulations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.simulation"
          },
          "description": "Represents an attack simulation training campaign in a tenant.",
          "x-ms-navigationProperty": true
        },
        "trainings": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.training"
          },
          "description": "Represents details about attack simulation trainings.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.attackSimulationRoot"
}