User Security Events

A UserSecurityEvent is a log record for user security activity such as user lockouts.

Data Source Schema

Required

PropertyDescription
id
Int64
Event ID

Read Only

PropertyDescription
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.

Example Data Source

data "files_user_security_event" "example_user_security_event" {
  id = 1
}