Class UserSimulationEventInfo

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

public class UserSimulationEventInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Simulation Event Info.
  • Field Details

    • oDataType

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

      @SerializedName(value="browser", alternate="Browser") @Expose @Nullable public String browser
      The Browser. Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign.
    • eventDateTime

      @SerializedName(value="eventDateTime", alternate="EventDateTime") @Expose @Nullable public OffsetDateTime eventDateTime
      The Event Date Time. Date and time of the simulation event by a user in an attack simulation and training campaign.
    • eventName

      @SerializedName(value="eventName", alternate="EventName") @Expose @Nullable public String eventName
      The Event Name. Name of the simulation event by a user in an attack simulation and training campaign.
    • ipAddress

      @SerializedName(value="ipAddress", alternate="IpAddress") @Expose @Nullable public String ipAddress
      The Ip Address. IP address from where the simulation event was initiated by a user in an attack simulation and training campaign.
    • osPlatformDeviceDetails

      @SerializedName(value="osPlatformDeviceDetails", alternate="OsPlatformDeviceDetails") @Expose @Nullable public String osPlatformDeviceDetails
      The Os Platform Device Details. The operating system, platform, and device details from where the simulation event was initiated by a user in an attack simulation and training campaign.
  • Constructor Details

    • UserSimulationEventInfo

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