{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.attackSimulationOperation", "title": "microsoft.graph.attackSimulationOperation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.longRunningOperation" }, { "title": "attackSimulationOperation", "required": [ "@odata.type" ], "type": "object", "properties": { "percentageCompleted": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Percentage of completion of the respective operation.", "format": "int32" }, "tenantId": { "type": "string", "description": "Tenant identifier.", "nullable": true }, "type": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.attackSimulationOperationType" }, { "type": "object", "nullable": true } ], "description": "The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue." }, "@odata.type": { "type": "string" } }, "description": "The status of a long-running operation." } ], "x-ms-discriminator-value": "#microsoft.graph.attackSimulationOperation" }