OneLogin Modeling Rule

Modeling Rule

OneLogin

Details

IDonelogin_ModelingRule
From Version6.10.0
Tagsonelogin

Schema

onelogin_iam_raw

Field Type Array?
actor_user_id int
actor_user_name string
app_name string
event_type_id int
id int
ipaddr string
notes string
otp_device_id int
otp_device_name string
policy_name string
risk_reasons string
risk_score int
user_id int
user_name string
{
  "onelogin_iam_raw": {
    "policy_name": {
      "type": "string",
      "is_array": false
    },
    "actor_user_name": {
      "type": "string",
      "is_array": false
    },
    "id": {
      "type": "int",
      "is_array": false
    },
    "notes": {
      "type": "string",
      "is_array": false
    },
    "event_type_id": {
      "type": "int",
      "is_array": false
    },
    "user_id": {
      "type": "int",
      "is_array": false
    },
    "ipaddr": {
      "type": "string",
      "is_array": false
    },
    "user_name": {
      "type": "string",
      "is_array": false
    },
    "risk_score": {
      "type": "int",
      "is_array": false
    },
    "risk_reasons": {
      "type": "string",
      "is_array": false
    },
    "app_name": {
      "type": "string",
      "is_array": false
    },
    "actor_user_id": {
      "type": "int",
      "is_array": false
    },
    "otp_device_name": {
      "type": "string",
      "is_array": false
    },
    "otp_device_id": {
      "type": "int",
      "is_array": false
    }
  }
}