Class 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 Details

    • activity

      @SerializedName(value="activity", alternate="Activity") @Expose @Nullable public RiskUserActivity activity
      The Activity. The activity related to user risk level change.
    • initiatedBy

      @SerializedName(value="initiatedBy", alternate="InitiatedBy") @Expose @Nullable public String initiatedBy
      The Initiated By. The ID of actor that does the operation.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class RiskyUser
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to