{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.riskyUserHistoryItem", "title": "microsoft.graph.riskyUserHistoryItem", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.riskyUser" }, { "title": "riskyUserHistoryItem", "required": [ "@odata.type" ], "type": "object", "properties": { "activity": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.riskUserActivity" }, { "type": "object", "nullable": true } ], "description": "The activity related to user risk level change." }, "initiatedBy": { "type": "string", "description": "The ID of actor that does the operation.", "nullable": true }, "userId": { "type": "string", "description": "The ID of the user.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.riskyUserHistoryItem" }