Properties
Name | Type | Required | Description |
---|---|---|---|
Trails_ | List<Trails> |
❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | double | ❌ | 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 | ❌ |
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 | object | ❌ | Additional information about the performed action. |
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 | double | ❌ | |
Active | bool | ❌ | If true, the user is active. If false, the user is deactivated. |
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 | double | ❌ | The user's ID. |
The user's team information.
Properties
Name | Type | Required | Description |
---|---|---|---|
Name | string | ❌ | The team's name. |
Id | double | ❌ | The team's ID. |