Skip to main content
Version: Next

APIAuditLogEntry

@deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

Index

Properties

action_type

action_type: AuditLogEvent

optionalchanges

changes?: APIAuditLogChange[]

id

id: string

ID of the entry

optionaloptions

optionalreason

reason?: string

The reason for the change (0-512 characters)

target_id

target_id: null | string

ID of the affected entity (webhook, user, role, etc.)

user_id

user_id: null | string

The user who made the changes

This can be null in some cases (webhooks deleting themselves by using their own token, for example)