{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.invokeActionResult", "title": "invokeActionResult", "required": [ "@odata.type" ], "type": "object", "properties": { "accountId": { "type": "string", "description": "The account ID." }, "action": { "$ref": "#/components/schemas/microsoft.graph.security.action" }, "correlationId": { "type": "string", "description": "The unique identifier for tracking the request.", "nullable": true }, "identityProvider": { "$ref": "#/components/schemas/microsoft.graph.security.identityProvider" }, "@odata.type": { "type": "string" } } }