DropboxEventCollector

Modeling Rule

Dropbox

Details

IDDropboxEventCollector
From Version6.10.0

Schema

dropbox_dropbox_raw

Field Type Array?
actor string
assets string
context string
details string
event_category string
event_type string
origin string
timestamp datetime
{
  "dropbox_dropbox_raw": {
    "actor": {
      "type": "string",
      "is_array": false
    },
    "assets": {
      "type": "string",
      "is_array": false
    },
    "context": {
      "type": "string",
      "is_array": false
    },
    "details": {
      "type": "string",
      "is_array": false
    },
    "event_category": {
      "type": "string",
      "is_array": false
    },
    "event_type": {
      "type": "string",
      "is_array": false
    },
    "origin": {
      "type": "string",
      "is_array": false
    },
    "timestamp": {
      "type": "datetime",
      "is_array": false
    }
  }
}