{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData", "title": "microsoft.graph.identityGovernance.customTaskExtensionCallbackData", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.customExtensionData" }, { "title": "customTaskExtensionCallbackData", "required": [ "@odata.type" ], "type": "object", "properties": { "operationStatus": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionOperationStatus" }, { "type": "object", "nullable": true } ], "description": "Operation status that's provided by the Azure Logic App indicating whenever the Azure Logic App has run successfully or not. Supported values: completed, failed, unknownFutureValue." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackData" } } } ], "x-ms-discriminator-value": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackData" }