SSO Events
An SsoEvent is a log record for SSO-related activity such as LDAP syncs and SSO login attempts.
List SSO Events
SDK Method
ssoevent.List()
Return Object
[]*SsoEvent
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
Show SSO Event
SDK Method
ssoevent.Find()
Return Object
SsoEvent
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
SsoEventFindParams Fields
| Field | Description |
|---|---|
| Id int64 Required | Sso Event ID. |
The SsoEvent Object
Some of the methods above return a SsoEvent object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | Event ID |
| EventType 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. |
| EventErrors array(string) | Event errors. |
| CreatedAt date-time | Event create date/time. |
| BodyUrl string | Link to log file. |
| UserId int64 | User ID. |
| Username string | Username on Files.com for the SSO login attempt. |
| IdpUid string | Identity Provider UID for the SSO login attempt. |
| Provider string | SSO provider for the SSO login attempt. |
| ProviderLabel 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. |