Class SimulationReportOverview

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

public class SimulationReportOverview extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Simulation Report Overview.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • recommendedActions

      @SerializedName(value="recommendedActions", alternate="RecommendedActions") @Expose @Nullable public List<RecommendedAction> recommendedActions
      The Recommended Actions. List of recommended actions for a tenant to improve its security posture based on the attack simulation and training campaign attack type.
    • resolvedTargetsCount

      @SerializedName(value="resolvedTargetsCount", alternate="ResolvedTargetsCount") @Expose @Nullable public Integer resolvedTargetsCount
      The Resolved Targets Count. Number of valid users in the attack simulation and training campaign.
    • simulationEventsContent

      @SerializedName(value="simulationEventsContent", alternate="SimulationEventsContent") @Expose @Nullable public SimulationEventsContent simulationEventsContent
      The Simulation Events Content. Summary of simulation events in the attack simulation and training campaign.
    • trainingEventsContent

      @SerializedName(value="trainingEventsContent", alternate="TrainingEventsContent") @Expose @Nullable public TrainingEventsContent trainingEventsContent
      The Training Events Content. Summary of assigned trainings in the attack simulation and training campaign.
  • Constructor Details

    • SimulationReportOverview

      public SimulationReportOverview()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to