Package com.microsoft.graph.models
Class IdentityProtectionRoot
java.lang.Object
com.microsoft.graph.models.IdentityProtectionRoot
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityProtectionRoot
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Identity Protection Root.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Risk Detections.The Risky Service Principals.The Risky Users.The Service Principal Risk Detections. -
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 -
riskDetections
@SerializedName(value="riskDetections", alternate="RiskDetections") @Expose @Nullable public RiskDetectionCollectionPage riskDetectionsThe Risk Detections. Risk detection in Azure AD Identity Protection and the associated information about the detection. -
riskyServicePrincipals
@SerializedName(value="riskyServicePrincipals", alternate="RiskyServicePrincipals") @Expose @Nullable public RiskyServicePrincipalCollectionPage riskyServicePrincipalsThe Risky Service Principals. Azure AD service principals that are at risk. -
riskyUsers
@SerializedName(value="riskyUsers", alternate="RiskyUsers") @Expose @Nullable public RiskyUserCollectionPage riskyUsersThe Risky Users. Users that are flagged as at-risk by Azure AD Identity Protection. -
servicePrincipalRiskDetections
@SerializedName(value="servicePrincipalRiskDetections", alternate="ServicePrincipalRiskDetections") @Expose @Nullable public ServicePrincipalRiskDetectionCollectionPage servicePrincipalRiskDetectionsThe Service Principal Risk Detections. Represents information about detected at-risk service principals in an Azure AD tenant.
-
-
Constructor Details
-
IdentityProtectionRoot
public IdentityProtectionRoot()
-
-
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
-