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
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A container for the relationships that expose the Microsoft Entra ID Governance Lifecycle Workflows API capabilities.
Inherits from entity.
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)"
}