Edit

deletedItemContainer resource type

Namespace: microsoft.graph.identityGovernance

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 workflows that have been deleted.

Properties

Property Type Description
id String The unique identifier for the deleted item container. Inherited from entity.

Relationships

Relationship Type Description
workflows microsoft.graph.identityGovernance.workflow collection A collection of workflows that have been deleted.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.deletedItemContainer",
  "id": "String (identifier)",
  "workflows": [
    {
      "@odata.type": "#microsoft.graph.identityGovernance.workflow"
    }
  ]
}