{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.engagementAsyncOperation",
"title": "microsoft.graph.engagementAsyncOperation",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.longRunningOperation"
},
{
"title": "engagementAsyncOperation",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"operationType": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.engagementAsyncOperationType"
},
{
"type": "object",
"nullable": true
}
],
"description": "The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue."
},
"resourceId": {
"type": "string",
"description": "The ID of the object created or modified as a result of this async operation.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
},
"description": "Represents the status of a Viva Engage async operation that is an operation that transcends the\nlifetime of a single API request. These operations are long-running or too expensive to complete\nwithin the time frame of their original request."
}
],
"x-ms-discriminator-value": "#microsoft.graph.engagementAsyncOperation"
}