Package com.microsoft.graph.models
Class AttackSimulationRoot
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AttackSimulationRoot
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AttackSimulationRoot
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attack Simulation Root.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe End User Notifications.The Landing Pages.The Login Pages.The Operations.The Payloads.The Simulation Automations.The Simulations.The Trainings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
endUserNotifications
@SerializedName(value="endUserNotifications", alternate="EndUserNotifications") @Expose @Nullable public EndUserNotificationCollectionPage endUserNotificationsThe End User Notifications. Represents an end user's notification for an attack simulation training. -
landingPages
@SerializedName(value="landingPages", alternate="LandingPages") @Expose @Nullable public LandingPageCollectionPage landingPagesThe Landing Pages. Represents an attack simulation training landing page. -
loginPages
@SerializedName(value="loginPages", alternate="LoginPages") @Expose @Nullable public LoginPageCollectionPage loginPagesThe Login Pages. Represents an attack simulation training login page. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public AttackSimulationOperationCollectionPage operationsThe Operations. Represents an attack simulation training operation. -
payloads
@SerializedName(value="payloads", alternate="Payloads") @Expose @Nullable public PayloadCollectionPage payloadsThe Payloads. Represents an attack simulation training campaign payload in a tenant. -
simulationAutomations
@SerializedName(value="simulationAutomations", alternate="SimulationAutomations") @Expose @Nullable public SimulationAutomationCollectionPage simulationAutomationsThe Simulation Automations. Represents simulation automation created to run on a tenant. -
simulations
@SerializedName(value="simulations", alternate="Simulations") @Expose @Nullable public SimulationCollectionPage simulationsThe Simulations. Represents an attack simulation training campaign in a tenant. -
trainings
@SerializedName(value="trainings", alternate="Trainings") @Expose @Nullable public TrainingCollectionPage trainingsThe Trainings. Represents details about attack simulation trainings.
-
-
Constructor Details
-
AttackSimulationRoot
public AttackSimulationRoot()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-