External Events

An ExternalEvent is a log that is sent to the cloud from a client application such as the Files.com CLI.

Data Source Schema

Required

PropertyDescription
id
Int64
Event ID

Read Only

PropertyDescription
event_type
String
Type of event being recorded.
Possible values: ldap_sync, remote_server_sync, lockout, ldap_login, saml_login, client_log, pending_work, siem_http_destination
status
String
Status of event.
Possible values: success, failure, partial_failure, in_progress, skipped
body
String
Event body
created_at
String
External event create date/time
body_url
String
Link to log file.

Example Data Source

data "files_external_event" "example_external_event" {
  id = 1
}