Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Recommended Actions.The Resolved Targets Count.The Simulation Events Content.The Training Events Content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
recommendedActions
@SerializedName(value="recommendedActions", alternate="RecommendedActions") @Expose @Nullable public List<RecommendedAction> recommendedActionsThe 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 resolvedTargetsCountThe Resolved Targets Count. Number of valid users in the attack simulation and training campaign. -
simulationEventsContent
@SerializedName(value="simulationEventsContent", alternate="SimulationEventsContent") @Expose @Nullable public SimulationEventsContent simulationEventsContentThe Simulation Events Content. Summary of simulation events in the attack simulation and training campaign. -
trainingEventsContent
@SerializedName(value="trainingEventsContent", alternate="TrainingEventsContent") @Expose @Nullable public TrainingEventsContent trainingEventsContentThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-