lifecycleManagementSettings resource type

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.

The settings of Microsoft Entra Lifecycle Workflows in the tenant.

Methods

Method Return type Description
Get lifecycleManagementSettings microsoft.graph.identityGovernance.lifecycleManagementSettings Read the properties and relationships of a lifecycleManagementSettings object.
Update lifecycleManagementSettings microsoft.graph.identityGovernance.lifecycleManagementSettings Update the properties of a lifecycleManagementSettings object.

Properties

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.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.identityGovernance.lifecycleManagementSettings",
  "workflowScheduleIntervalInHours": "Integer",
  "emailSettings": {
    "@odata.type": "microsoft.graph.emailSettings"
  }
}