Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/10_AuditLogs/logs.types
AuditLog
Interface AuditLog
interface
AuditLog
{
id
:
string
;
timestamp
:
string
;
user_id
:
string
;
user_email
:
string
;
user_role
:
string
;
action
:
AuditAction
;
category
:
AuditCategory
;
level
:
AuditLevel
;
resource_type
?:
string
;
resource_id
?:
string
;
resource_name
?:
string
;
description
:
string
;
ip_address
?:
string
;
user_agent
?:
string
;
metadata
?:
Record
<
string
,
any
>
;
changes
?:
{
before
?:
Record
<
string
,
any
>
;
after
?:
Record
<
string
,
any
>
}
;
}
Index
Properties
id
timestamp
user_
id
user_
email
user_
role
action
category
level
resource_
type?
resource_
id?
resource_
name?
description
ip_
address?
user_
agent?
metadata?
changes?
Properties
id
id
:
string
timestamp
timestamp
:
string
user_
id
user_id
:
string
user_
email
user_email
:
string
user_
role
user_role
:
string
action
action
:
AuditAction
category
category
:
AuditCategory
level
level
:
AuditLevel
Optional
resource_
type
resource_type
?:
string
Optional
resource_
id
resource_id
?:
string
Optional
resource_
name
resource_name
?:
string
description
description
:
string
Optional
ip_
address
ip_address
?:
string
Optional
user_
agent
user_agent
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
changes
changes
?:
{
before
?:
Record
<
string
,
any
>
;
after
?:
Record
<
string
,
any
>
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
user_
id
user_
email
user_
role
action
category
level
resource_
type
resource_
id
resource_
name
description
ip_
address
user_
agent
metadata
changes
Trading Assistant API Documentation - v0.1.0
Loading...