SSO Events
An SsoEvent is a log record for SSO-related activity such as LDAP syncs and SSO login attempts.
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Event ID |
Read Only
| Property | Description |
|---|---|
| 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. |