AccessControlEvent
Defined in: src/enums/AccessControlEvent.ts:6
The three observational events emitted by AccessControl. Values are
the plain strings, so ac.on('access', …) and ac.on(AccessControlEvent.Access, …) are equivalent.
Enumeration Members
Section titled “Enumeration Members”Access
Section titled “Access”Access:
"access"
Defined in: src/enums/AccessControlEvent.ts:8
Every check resolved (granted and denied) — the access audit log.
Change
Section titled “Change”Change:
"change"
Defined in: src/enums/AccessControlEvent.ts:10
The grants model or vocabulary mutated (policy-edit audit).
Error:
"error"
Defined in: src/enums/AccessControlEvent.ts:12
A check or operation threw.