docs/interfaces/management.Management.Log.html
interface Log {
date?: LogDate;
type?: string;
description?: string | null;
connection?: string;
connection_id?: string;
client_id?: string;
client_name?: string;
ip?: string;
hostname?: string;
user_id?: string;
user_name?: string;
audience?: string;
scope?: string;
strategy?: string;
strategy_type?: string;
log_id?: string;
isMobile?: boolean;
details?: LogDetails;
user_agent?: string;
security_context?: LogSecurityContext;
location_info?: LogLocationInfo;
key: string: any;
}
Accepts any additional properties
date?type?description?connection?connection_id?client_id?client_name?ip?hostname?user_id?user_name?audience?scope?strategy?strategy_type?log_id?isMobile?details?user_agent?security_context?location_info?
Optionaldatedate?: LogDate
Optionaltypetype?: string
Type of event.
Optionaldescriptiondescription?: string | null
Description of this event.
Optionalconnectionconnection?: string
Name of the connection the event relates to.
Optionalconnection_idconnection_id?: string
ID of the connection the event relates to.
Optionalclient_idclient_id?: string
ID of the client (application).
Optionalclient_nameclient_name?: string
Name of the client (application).
Optionalipip?: string
IP address of the log event source.
Optionalhostnamehostname?: string
Hostname the event applies to.
Optionaluser_iduser_id?: string
ID of the user involved in the event.
Optionaluser_nameuser_name?: string
Name of the user involved in the event.
Optionalaudienceaudience?: string
API audience the event applies to.
Optionalscopescope?: string
Scope permissions applied to the event.
Optionalstrategystrategy?: string
Name of the strategy involved in the event.
Optionalstrategy_typestrategy_type?: string
Type of strategy involved in the event.
Optionallog_idlog_id?: string
Unique ID of the event.
OptionalisMobileisMobile?: boolean
Whether the client was a mobile device (true) or desktop/laptop/server (false).
Optionaldetailsdetails?: LogDetails
Optionaluser_agentuser_agent?: string
User agent string from the client device that caused the event.
Optionalsecurity_contextsecurity_context?: LogSecurityContext
Optionallocation_infolocation_info?: LogLocationInfo
Member Visibility
ThemeOSLightDark
Properties datetypedescriptionconnectionconnection_idclient_idclient_nameiphostnameuser_iduser_nameaudiencescopestrategystrategy_typelog_idisMobiledetailsuser_agentsecurity_contextlocation_info