Lookout Mobile Endpoint Security Modeling Rule

Modeling Rule

Lookout Mobile Endpoint Security (MES)

Details

IDLookout_Mobile_Endpoint_Security_ModelingRule
From Version8.11.0

Schema

lookout_mobile_endpoint_security_raw

Field Type Array?
actor string
audit string
change_type string
device string
enterprise_guid string
id string
target string
threat string
type string
{
    "lookout_mobile_endpoint_security_raw": {
        "id": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "change_type": {
            "type": "string",
            "is_array": false
        },
        "enterprise_guid": {
            "type": "string",
            "is_array": false
        },
        "threat": {
            "type": "string",
            "is_array": false
        },
        "audit": {
            "type": "string",
            "is_array": false
        },
        "device": {
            "type": "string",
            "is_array": false
        },
        "actor": {
            "type": "string",
            "is_array": false
        },
        "target": {
            "type": "string",
            "is_array": false
        }
    }
}