Class SimulationAutomationRun

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

public class SimulationAutomationRun extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Simulation Automation Run.
  • Field Details

    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTime
      The End Date Time. Date and time when the run ends in an attack simulation automation.
    • simulationId

      @SerializedName(value="simulationId", alternate="SimulationId") @Expose @Nullable public String simulationId
      The Simulation Id. Unique identifier for the attack simulation campaign initiated in the attack simulation automation run.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time. Date and time when the run starts in an attack simulation automation.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public SimulationAutomationRunStatus status
      The Status. Status of the attack simulation automation run. The possible values are: unknown, running, succeeded, failed, skipped, unknownFutureValue.
  • Constructor Details

    • SimulationAutomationRun

      public SimulationAutomationRun()
  • 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