@cpod/sdk - v0.2.7
Preparing search index...
AuditLogEntry
Interface AuditLogEntry
Audit log entry
interface
AuditLogEntry
{
id
:
string
;
user_id
:
string
;
user_name
?:
string
;
action
:
AuditAction
;
resource_type
:
string
;
resource_id
:
string
;
resource_name
?:
string
;
status
:
AuditStatus
;
ip_address
?:
string
;
user_agent
?:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
timestamp
:
string
;
}
Index
Properties
id
user_
id
user_
name?
action
resource_
type
resource_
id
resource_
name?
status
ip_
address?
user_
agent?
metadata?
timestamp
Properties
id
id
:
string
user_
id
user_id
:
string
Optional
user_
name
user_name
?:
string
action
action
:
AuditAction
resource_
type
resource_type
:
string
resource_
id
resource_id
:
string
Optional
resource_
name
resource_name
?:
string
status
status
:
AuditStatus
Optional
ip_
address
ip_address
?:
string
Optional
user_
agent
user_agent
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
timestamp
timestamp
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
user_
id
user_
name
action
resource_
type
resource_
id
resource_
name
status
ip_
address
user_
agent
metadata
timestamp
@cpod/sdk - v0.2.7
Loading...
Audit log entry