SSO Events

An SsoEvent is a log record for SSO-related activity such as LDAP syncs and SSO login attempts.

Data Source Schema

Required

PropertyDescription
id
Int64
Event ID

Read Only

PropertyDescription
event_type
String
Type of SSO event being recorded.
Possible values: ldap_sync, ldap_login, saml_login
status
String
Status of event.
Possible values: success, failure, partial_failure, in_progress, skipped
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.
username
String
Username on Files.com for the SSO login attempt.
idp_uid
String
Identity Provider UID for the SSO login attempt.
provider_
String
SSO provider for the SSO login attempt.
provider_label
String
SSO provider label for the SSO login attempt.
ip
String
IP address for the SSO login attempt.
region
String
Region for the SSO login attempt.

Example Data Source

data "files_sso_event" "example_sso_event" {
  id = 1
}