Uses of Class
com.microsoft.graph.models.AttackSimulationUser
Packages that use AttackSimulationUser
-
Uses of AttackSimulationUser in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttackSimulationUserModifier and TypeMethodDescriptionstatic AttackSimulationUserAttackSimulationUser.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAttackSimulationRepeatOffender.getAttackSimulationUser()Gets the attackSimulationUser property value.AttackSimulationSimulationUserCoverage.getAttackSimulationUser()Gets the attackSimulationUser property value.AttackSimulationTrainingUserCoverage.getAttackSimulationUser()Gets the attackSimulationUser property value.UserSimulationDetails.getSimulationUser()Gets the simulationUser property value.Methods in com.microsoft.graph.models with parameters of type AttackSimulationUserModifier and TypeMethodDescriptionvoidAttackSimulationRepeatOffender.setAttackSimulationUser(AttackSimulationUser value) Sets the attackSimulationUser property value.voidAttackSimulationSimulationUserCoverage.setAttackSimulationUser(AttackSimulationUser value) Sets the attackSimulationUser property value.voidAttackSimulationTrainingUserCoverage.setAttackSimulationUser(AttackSimulationUser value) Sets the attackSimulationUser property value.voidUserSimulationDetails.setSimulationUser(AttackSimulationUser value) Sets the simulationUser property value.