Class LifecycleManagementSettings

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.identitygovernance.models.LifecycleManagementSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LifecycleManagementSettings extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Lifecycle Management Settings.
  • Field Details

    • emailSettings

      @SerializedName(value="emailSettings", alternate="EmailSettings") @Expose @Nullable public EmailSettings emailSettings
      The Email Settings. Defines the settings for emails sent out from email-specific tasks within workflows. Accepts 2 parameterssenderDomain- 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.
    • workflowScheduleIntervalInHours

      @SerializedName(value="workflowScheduleIntervalInHours", alternate="WorkflowScheduleIntervalInHours") @Expose @Nullable public Integer workflowScheduleIntervalInHours
      The Workflow Schedule Interval In Hours. 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.
  • Constructor Details

    • LifecycleManagementSettings

      public LifecycleManagementSettings()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to