{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult", "title": "microsoft.graph.identityGovernance.taskProcessingResult", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "taskProcessingResult", "required": [ "@odata.type" ], "type": "object", "properties": { "completedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.", "format": "date-time", "nullable": true }, "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.", "format": "date-time" }, "failureReason": { "type": "string", "description": "Describes why the taskProcessingResult has failed.", "nullable": true }, "processingStatus": { "$ref": "#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" }, "startedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.", "format": "date-time", "nullable": true }, "subject": { "$ref": "#/components/schemas/microsoft.graph.user" }, "task": { "$ref": "#/components/schemas/microsoft.graph.identityGovernance.task" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.identityGovernance.taskProcessingResult" }