home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Audit Event Fields

In addition to the Common Fields, Event Actor Fields and Event Target Fields listed above, AUDIT events include a changeType field and a details block:

"type": "AUDIT",
"id": "361476",
"eventTime": "2017-06-06T20:44:47.000Z",
"changeType": "UPDATED",
"actor": {...},
"details": {
  "type": "ADMIN",
  "changes": [{
    "name": "ENTERPRISE",
    "to": "740d93f3-6128-4a84-93fe-b899d878b596"
  }]
}
"target": {...}
Field Type Description
changeType
enum The type of change. One of CREATED, UPDATED, DELETED.
details:type
enum One of ADMIN, EMAIL_INVITE, CLASSIFICATION_POLICY, BLACKLIST_POLICY, WHITELIST_POLICY, ENTERPRISE, ENTERPRISE_FEATURE, ADMIN_LOGIN, MDM_CONNECTOR
details:attributeChanges
String array An array of attributes that the change modified.
  attributeChanges:name
String The name of the modified attribute.
  attributeChanges:from
String The original attribute value, if available.
  attributeChanges:to
String The new attribute value, if available.