Python SDK
NessyAPI
Preparing search index...
The search index is not available
@nessyapi/sdk - v0.1.0
@nessyapi/sdk
index
AuditTrailEvent
Interface AuditTrailEvent
interface
AuditTrailEvent
{
event_id
:
string
;
action
:
string
;
actor
:
AuditActor
;
resource
:
AuditEventResource
;
metadata
:
Record
<
string
,
unknown
>
;
is_success
:
boolean
;
ts
:
string
;
}
Index
Properties
event_
id
action
actor
resource
metadata
is_
success
ts
Properties
event_
id
event_id
:
string
action
action
:
string
actor
actor
:
AuditActor
resource
resource
:
AuditEventResource
metadata
metadata
:
Record
<
string
,
unknown
>
is_
success
is_success
:
boolean
ts
ts
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event_
id
action
actor
resource
metadata
is_
success
ts
Python SDK
NessyAPI
@nessyapi/sdk - v0.1.0
Loading...