Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Detail.the OData type of the object as returned by the serviceThe Risk Event Types. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
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> riskEventTypesThe Risk Event Types.
-
-
Constructor Details
-
RiskServicePrincipalActivity
public RiskServicePrincipalActivity()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-