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 Details

    • oDataType

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

      @SerializedName(value="attackSimulationUser", alternate="AttackSimulationUser") @Expose @Nullable public AttackSimulationUser attackSimulationUser
      The Attack Simulation User. User in an attack simulation and training campaign.
    • clickCount

      @SerializedName(value="clickCount", alternate="ClickCount") @Expose @Nullable public Integer clickCount
      The 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 compromisedCount
      The 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 latestSimulationDateTime
      The 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 simulationCount
      The 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:
      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