Class Simulation

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

public class Simulation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Simulation.
  • Field Details

    • attackTechnique

      @SerializedName(value="attackTechnique", alternate="AttackTechnique") @Expose @Nullable public SimulationAttackTechnique attackTechnique
      The Attack Technique. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue. For more information on the types of social engineering attack techniques, see simulations.
    • attackType

      @SerializedName(value="attackType", alternate="AttackType") @Expose @Nullable public SimulationAttackType attackType
      The Attack Type. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
    • automationId

      @SerializedName(value="automationId", alternate="AutomationId") @Expose @Nullable public String automationId
      The Automation Id. Unique identifier for the attack simulation automation.
    • completionDateTime

      @SerializedName(value="completionDateTime", alternate="CompletionDateTime") @Expose @Nullable public OffsetDateTime completionDateTime
      The Completion Date Time. Date and time of completion of the attack simulation and training campaign. Supports $filter and $orderby.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public EmailIdentity createdBy
      The Created By. Identity of the user who created the attack simulation and training campaign.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Date and time of creation of the attack simulation and training campaign.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description of the attack simulation and training campaign.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name of the attack simulation and training campaign. Supports $filter and $orderby.
    • isAutomated

      @SerializedName(value="isAutomated", alternate="IsAutomated") @Expose @Nullable public Boolean isAutomated
      The Is Automated. Flag that represents if the attack simulation and training campaign was created from a simulation automation flow. Supports $filter and $orderby.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public EmailIdentity lastModifiedBy
      The Last Modified By. Identity of the user who most recently modified the attack simulation and training campaign.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Date and time of the most recent modification of the attack simulation and training campaign.
    • launchDateTime

      @SerializedName(value="launchDateTime", alternate="LaunchDateTime") @Expose @Nullable public OffsetDateTime launchDateTime
      The Launch Date Time. Date and time of the launch/start of the attack simulation and training campaign. Supports $filter and $orderby.
    • payloadDeliveryPlatform

      @SerializedName(value="payloadDeliveryPlatform", alternate="PayloadDeliveryPlatform") @Expose @Nullable public PayloadDeliveryPlatform payloadDeliveryPlatform
      The Payload Delivery Platform. Method of delivery of the phishing payload used in the attack simulation and training campaign. Possible values are: unknown, sms, email, teams, unknownFutureValue.
    • report

      @SerializedName(value="report", alternate="Report") @Expose @Nullable public SimulationReport report
      The Report. Report of the attack simulation and training campaign.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public SimulationStatus status
      The Status. Status of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue.
  • Constructor Details

    • Simulation

      public Simulation()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to