Skip to main content

lifecycle_workflows_deleted_items

Creates, updates, deletes, gets or lists a lifecycle_workflows_deleted_items resource.

Overview

Namelifecycle_workflows_deleted_items
TypeResource
Identra_id.identity_governance.lifecycle_workflows_deleted_items

Fields

The following fields are returned by SELECT queries:

Retrieved navigation property

NameDatatypeDescription
idstringThe unique identifier for an entity. Read-only.
workflowsarrayDeleted workflows that end up in the deletedItemsContainer.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectDeleted workflows in your lifecycle workflows instance.
deletedeleteIf-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.

NameDatatypeDescription
If-MatchstringETag

SELECT examples

Deleted workflows in your lifecycle workflows instance.

SELECT
id,
workflows
FROM entra_id.identity_governance.lifecycle_workflows_deleted_items
;

DELETE examples

No description available.

DELETE FROM entra_id.identity_governance.lifecycle_workflows_deleted_items
WHERE If-Match = '{{ If-Match }}'
;