Class RiskyServicePrincipalHistoryItem

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RiskyServicePrincipalHistoryItem extends RiskyServicePrincipal implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Risky Service Principal History Item.
  • Field Details

    • activity

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

      @SerializedName(value="initiatedBy", alternate="InitiatedBy") @Expose @Nullable public String initiatedBy
      The Initiated By. The identifier of the actor of the operation.
  • Constructor Details

    • RiskyServicePrincipalHistoryItem

      public RiskyServicePrincipalHistoryItem()
  • 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 RiskyServicePrincipal
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to