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": {...}
FieldTypeDescription
changeType
enumThe type of change. One of CREATED, UPDATED, DELETED.
details:type
enumOne of ADMIN, EMAIL_INVITE, CLASSIFICATION_POLICY, BLACKLIST_POLICY, WHITELIST_POLICY, ENTERPRISE, ENTERPRISE_FEATURE, ADMIN_LOGIN, MDM_CONNECTOR
details:attributeChanges
String arrayAn array of attributes that the change modified.
  attributeChanges:name
StringThe name of the modified attribute.
  attributeChanges:from
StringThe original attribute value, if available.
  attributeChanges:to
StringThe new attribute value, if available.