Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.41 KB

identitygovernance-lifecyclemanagementsettings.md

File metadata and controls

54 lines (42 loc) · 2.41 KB
title description author ms.localizationpriority ms.subservice doc_type
lifecycleManagementSettings resource type
The settings of Microsoft Entra Lifecycle Workflows in the tenant.
AlexFilipin
medium
entra-id-governance
resourcePageType

lifecycleManagementSettings resource type

Namespace: microsoft.graph.identityGovernance

[!INCLUDE beta-disclaimer]

The settings of Microsoft Entra Lifecycle Workflows in the tenant.

Methods

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.

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"
  }
}