User Security Events
A UserSecurityEvent is a log record for user security activity such as user lockouts.
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Event ID |
Read Only
| Property | Description |
|---|---|
| event_type String | Type of user security event being recorded. Possible values: lockout |
| body String | Event body. |
| event_errors List | Event errors. |
| created_at String | Event create date/time. |
| body_url String | Link to log file. |
| user_id Int64 | User ID. |