An AuditEvent
is a record of a specific change to another resource in Launch, generated at the time the change is made. These are system events which can be subscribed to through the use of a Callback
.
Audit events are structured in the form of: [RESOURCE_TYPE.EVENT]
. For example: build.created
.
You can replace RESOURCE_TYPE
with any of the following:
property
extension
data_element
rule
rule_component
library
build
environment
host
You can replace EVENT
with any of the following:
created
updated
deleted