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.identityGovernance
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"
}
]
}