Package com.microsoft.graph.models
Class RiskyServicePrincipalHistoryItem
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.RiskyServicePrincipal
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Activity.The Initiated By.Fields inherited from class com.microsoft.graph.models.RiskyServicePrincipal
appId, displayName, history, isEnabled, isProcessing, riskDetail, riskLastUpdatedDateTime, riskLevel, riskState, servicePrincipalType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
activity
@SerializedName(value="activity", alternate="Activity") @Expose @Nullable public RiskServicePrincipalActivity activityThe Activity. The activity related to service principal risk level change. -
initiatedBy
@SerializedName(value="initiatedBy", alternate="InitiatedBy") @Expose @Nullable public String initiatedByThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classRiskyServicePrincipal
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-