Microsoft Graph · Schema

riskUserActivity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
detail object For more information, see riskDetail.
riskEventTypes array The type of risk event detected.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphriskuseractivity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.riskUserActivity",
  "title": "riskUserActivity",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "detail": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.riskDetail"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "For more information, see riskDetail."
    },
    "riskEventTypes": {
      "type": "array",
      "items": {
        "type": "string",
        "nullable": true
      },
      "description": "The type of risk event detected."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}