GetAuditLogs
Properties
Name | Type | Required | Description |
---|---|---|---|
trails | Trails[] | ❌ |
Trails
Properties
Name | Type | Required | Description |
---|---|---|---|
id | number | ❌ | The audit event's ID. |
ip | string | ❌ | The IP address of the user that performed the action. |
userAgent | string | ❌ | The user agent information. |
action | string | ❌ | The action performed by the user. |
timestamp | string | ❌ | The date and time at which the event occurred. |
message | string | ❌ | The audit event's description. |
data | TrailsData | ❌ |
TrailsData
Properties
Name | Type | Required | Description |
---|---|---|---|
actor | Actor | ❌ | Information about the user who preformed the audit event. |
user | DataUser | ❌ | Information about the user. |
team | DataTeam | ❌ | The user's team information. |
variables | any | ❌ | Additional information about the performed action. |
Actor
Information about the user who preformed the audit event.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The user's name. |
username | string | ❌ | The user's username. |
string | ❌ | The user's email address. | |
id | number | ❌ | |
active | boolean | ❌ | If true, the user is active. If false, the user is deactivated. |
DataUser
Information about the user.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The user's name. |
username | string | ❌ | The user's username. |
string | ❌ | The user's email address. | |
id | number | ❌ | The user's ID. |
DataTeam
The user's team information.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The team's name. |
id | number | ❌ | The team's ID. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs