| title | lifecycleManagementSettings resource type |
|---|---|
| description | The settings of Microsoft Entra Lifecycle Workflows in the tenant. |
| author | AlexFilipin |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph.identityGovernance
[!INCLUDE beta-disclaimer]
The settings of Microsoft Entra Lifecycle Workflows in the tenant.
| Method | Return type | Description |
|---|---|---|
| Get | microsoft.graph.identityGovernance.lifecycleManagementSettings | Read the properties and relationships of a lifecycleManagementSettings object. |
| Update | microsoft.graph.identityGovernance.lifecycleManagementSettings | Update the properties of a lifecycleManagementSettings object. |
| Property | Type | Description |
|---|---|---|
| workflowScheduleIntervalInHours | Int32 | The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours. |
| emailSettings | microsoft.graph.emailSettings | Defines the settings for emails sent out from email-specific tasks within workflows. Accepts 2 parameters senderDomain- Defines the domain of who is sending the email. useCompanyBranding- A Boolean value that defines if company branding is to be used with the email. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.lifecycleManagementSettings",
"workflowScheduleIntervalInHours": "Integer",
"emailSettings": {
"@odata.type": "microsoft.graph.emailSettings"
}
}