Python SDK
NessyAPI
Preparing search index...
The search index is not available
@nessyapi/sdk - v0.1.0
@nessyapi/sdk
index
AuditEvent
Interface AuditEvent
interface
AuditEvent
{
id
:
string
;
action
:
string
;
timestamp
:
string
;
actor_email
?:
string
;
target_type
?:
string
;
target_id
?:
string
;
ip_address
?:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
action
timestamp
actor_
email?
target_
type?
target_
id?
ip_
address?
metadata?
Properties
id
id
:
string
action
action
:
string
timestamp
timestamp
:
string
Optional
actor_
email
actor_email
?:
string
Optional
target_
type
target_type
?:
string
Optional
target_
id
target_id
?:
string
Optional
ip_
address
ip_address
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
action
timestamp
actor_
email
target_
type
target_
id
ip_
address
metadata
Python SDK
NessyAPI
@nessyapi/sdk - v0.1.0
Loading...