Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A container for deleted lifecycle workflow objects during the period before they're permanently deleted. Microsoft Entra ID may permanently delete the workflows after 30 days, or you may permanently delete the workflows, or you may restore the deleted workflow and its associated objects.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List deleted workflows | deletedItemContainer collection | Get a list of the deletedItemContainer objects and their properties. |
| Get a deleted workflow | deletedItemContainer | Read the properties and relationships of a deletedItemContainer object. |
| Restore | workflow | Restore a deleted lifecycle workflow from the deletedItemContainer object. |
| Permanently delete a workflow | None | Permanently delete a deleted lifecycle workflow from the lifecycleWorkflowsContainer object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier of the workflow that was deleted. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| workflows | microsoft.graph.identityGovernance.workflow collection | Deleted workflows that end up in the deletedItemsContainer. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.deletedItemContainer",
"id": "String (identifier)"
}