lifecycle_workflows_deleted_items
Creates, updates, deletes, gets or lists a lifecycle_workflows_deleted_items resource.
Overview
| Name | lifecycle_workflows_deleted_items |
| Type | Resource |
| Id | entra_id.identity_governance.lifecycle_workflows_deleted_items |
Fields
The following fields are returned by SELECT queries:
- get
Retrieved navigation property
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier for an entity. Read-only. |
workflows | array | Deleted workflows that end up in the deletedItemsContainer. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Deleted workflows in your lifecycle workflows instance. | ||
delete | delete | If-Match |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
If-Match | string | ETag |
SELECT examples
- get
Deleted workflows in your lifecycle workflows instance.
SELECT
id,
workflows
FROM entra_id.identity_governance.lifecycle_workflows_deleted_items
;
DELETE examples
- delete
No description available.
DELETE FROM entra_id.identity_governance.lifecycle_workflows_deleted_items
WHERE If-Match = '{{ If-Match }}'
;