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 the relationships that expose the Microsoft Entra ID Governance Lifecycle Workflows API capabilities. This object is configured in the lifecycleWorkflows relationship of the identityGovernance resource.
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. |
| insights | microsoft.graph.identityGovernance.insights | The insight container holding workflow insight summaries for a tenant. |
| 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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
"id": "String (identifier)"
}