Class RiskServicePrincipalActivity

java.lang.Object
com.microsoft.graph.models.RiskServicePrincipalActivity
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RiskServicePrincipalActivity extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Risk Service Principal Activity.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • detail

      @SerializedName(value="detail", alternate="Detail") @Expose @Nullable public RiskDetail detail
      The Detail. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
    • riskEventTypes

      @SerializedName(value="riskEventTypes", alternate="RiskEventTypes") @Expose @Nullable public List<String> riskEventTypes
      The Risk Event Types.
  • Constructor Details

    • RiskServicePrincipalActivity

      public RiskServicePrincipalActivity()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to