{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.simulationNotification", "title": "microsoft.graph.simulationNotification", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.baseEndUserNotification" }, { "title": "simulationNotification", "required": [ "@odata.type" ], "type": "object", "properties": { "targettedUserType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.targettedUserType" }, { "type": "object", "nullable": true } ], "description": "Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.simulationNotification" } } } ], "x-ms-discriminator-value": "#microsoft.graph.simulationNotification" }