JSON object containing all event attributes and their associated values.

Hierarchy

  • AuditLogsEventAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: {
    [key: string]: any;
}

JSON object of attributes from Audit Logs events.

Type declaration

  • [key: string]: any
message?: string

Message of the event.

service?: string

Name of the application or service generating Audit Logs events. This name is used to correlate Audit Logs to APM, so make sure you specify the same value when you use both products.

tags?: string[]

Array of tags associated with your event.

timestamp?: Date

Timestamp of your event.

Generated using TypeDoc