Package com.microsoft.graph.models
Class RiskyUserHistoryItem
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.RiskyUser
com.microsoft.graph.models.RiskyUserHistoryItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RiskyUserHistoryItem
extends RiskyUser
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Risky User History Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Activity.The Initiated By.The User Id.Fields inherited from class com.microsoft.graph.models.RiskyUser
history, isDeleted, isProcessing, riskDetail, riskLastUpdatedDateTime, riskLevel, riskState, userDisplayName, userPrincipalName -
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
-
activity
@SerializedName(value="activity", alternate="Activity") @Expose @Nullable public RiskUserActivity activityThe Activity. The activity related to user risk level change. -
initiatedBy
@SerializedName(value="initiatedBy", alternate="InitiatedBy") @Expose @Nullable public String initiatedByThe Initiated By. The id of actor that does the operation. -
userId
The User Id. The id of the user.
-
-
Constructor Details
-
RiskyUserHistoryItem
public RiskyUserHistoryItem()
-
-
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 classRiskyUser- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-