ChangeEvent
Defined in: src/types/IEvent.ts:60
Emitted when the grants model or vocabulary mutates (policy-edit audit).
Extends
Section titled “Extends”Properties
Section titled “Properties”timestamp
Section titled “timestamp”timestamp:
number
Defined in: src/types/IEvent.ts:36
Epoch milliseconds when the event was emitted.
Inherited from
Section titled “Inherited from”name:
"change"
Defined in: src/types/IEvent.ts:61
The event name (access | change | error).
Overrides
Section titled “Overrides”type:
ChangeType
Defined in: src/types/IEvent.ts:62
detail?
Section titled “detail?”
optionaldetail?:UnknownObject
Defined in: src/types/IEvent.ts:64
Mutation-specific details (e.g. { roles, resource, action }).