Edit

Share via


riskUserActivity resource type

Namespace: microsoft.graph

Represents the risk activities of a Microsoft Entra user as determined by Microsoft Entra ID Protection.

Properties

Property Type Description
detail riskDetail For more information, see riskDetail.
riskEventTypes String collection The type of risk event detected.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.riskUserActivity",
  "riskEventTypes": [
    "String"
  ],
  "detail": "String"
}