lifecycleWorkflowsContainer resource type

Namespace: microsoft.graph.identityGovernance

A container for the relationships that expose the Microsoft Entra ID Governance life cycle workflows API capabilities.

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String Identifier used for individually addressing the lifecycle workflows objects. Inherited from entity.

Relationships

Relationship Type Description
customTaskExtensions microsoft.graph.identityGovernance.customTaskExtension collection The customTaskExtension instance.
deletedItems deletedItemContainer Deleted workflows in your lifecycle workflows instance.
settings microsoft.graph.identityGovernance.lifecycleManagementSettings The settings of the lifecycle workflows instance.
taskDefinitions microsoft.graph.identityGovernance.taskDefinition collection The definition of tasks within the lifecycle workflows instance.
workflows microsoft.graph.identityGovernance.workflow collection The workflows in the lifecycle workflows instance.
workflowTemplates microsoft.graph.identityGovernance.workflowTemplate collection The workflow templates in the lifecycle workflow instance.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
  "id": "String (identifier)"
}