Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuditRecord

IAuditRecord implements the IEvent interface. Keep in mind that the mandantory fragments from IEvent are also mandantory for IAuditRecord.

Hierarchy

Indexable

[key: string]: any

Custom fragments

Index

Properties

Optional activity

activity: string

Description what the audit record is about

Optional application

application: string

To which application the record belongs to

Optional changes

changes: Set<IChange>

Change status of the record

Optional creationTime

creationTime: string

Time when event was created in the database

Optional id

id: string

Uniquely identifies an event

Optional self

self: string

Link to this resource

Optional severity

severity: Severity

Severity of the record

source

source: ISource

The ManagedObject that the event originated from, see ISource

text

text: string

Text description of the event

time

time: string

Time of the event

type

A specific type to which the record belongs to

Optional user

user: string

User which created the audit record

Generated using TypeDoc