deletedItemContainer resource type

Namespace: microsoft.graph

A container for deleted lifecycle workflow objects during the period before they're permanently deleted. Microsoft Entra ID Governance 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 deletedItems deletedItemContainer collection Get a list of the deletedItemContainer objects and their properties.
Get deletedItemContainer deletedItemContainer Read the properties and relationships of a deletedItemContainer object.
Restore workflow Restore a deleted lifecycle workflow from the deletedItemContainer object.
Permanently delete workflow from deletedItemsContainer 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)"
}