Interface Log

Hierarchy

  • Log

Indexable

[key: string]: any | any

Properties

audience: string

API audience the event applies to.

client_id: string

ID of the client (application).

client_name: string

Name of the client (application).

connection: string

Name of the connection the event relates to.

connection_id: string

ID of the connection the event relates to.

date: LogDate
description: null | string

Description of this event.

details: {
    [key: string]: any;
}

Additional useful details about this event (structure is dependent upon event type).

Type declaration

  • [key: string]: any
hostname: string

Hostname the event applies to.

ip: string

IP address of the log event source.

isMobile: boolean

Whether the client was a mobile device (true) or desktop/laptop/server (false).

location_info: LogLocationInfo
log_id: string

Unique ID of the event.

scope: string

Scope permissions applied to the event.

strategy: string

Name of the strategy involved in the event.

strategy_type: string

Type of strategy involved in the event.

type: string

Type of event.

user_agent: string

User agent string from the client device that caused the event.

user_id: string

ID of the user involved in the event.

user_name: string

Name of the user involved in the event.