Package com.microsoft.graph.models
Class AttackSimulationSimulationUserCoverage
java.lang.Object
com.microsoft.graph.models.AttackSimulationSimulationUserCoverage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AttackSimulationSimulationUserCoverage
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attack Simulation Simulation User Coverage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Attack Simulation User.The Click Count.The Compromised Count.The Latest Simulation Date Time.the OData type of the object as returned by the serviceThe Simulation Count. -
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 -
attackSimulationUser
@SerializedName(value="attackSimulationUser", alternate="AttackSimulationUser") @Expose @Nullable public AttackSimulationUser attackSimulationUserThe Attack Simulation User. User in an attack simulation and training campaign. -
clickCount
@SerializedName(value="clickCount", alternate="ClickCount") @Expose @Nullable public Integer clickCountThe Click Count. Number of link clicks in the received payloads by the user in attack simulation and training campaigns. -
compromisedCount
@SerializedName(value="compromisedCount", alternate="CompromisedCount") @Expose @Nullable public Integer compromisedCountThe Compromised Count. Number of compromising actions by the user in attack simulation and training campaigns. -
latestSimulationDateTime
@SerializedName(value="latestSimulationDateTime", alternate="LatestSimulationDateTime") @Expose @Nullable public OffsetDateTime latestSimulationDateTimeThe Latest Simulation Date Time. Date and time of the latest attack simulation and training campaign that the user was included in. -
simulationCount
@SerializedName(value="simulationCount", alternate="SimulationCount") @Expose @Nullable public Integer simulationCountThe Simulation Count. Number of attack simulation and training campaigns that the user was included in.
-
-
Constructor Details
-
AttackSimulationSimulationUserCoverage
public AttackSimulationSimulationUserCoverage()
-
-
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
-