Back to Node Auth0

Interface GetLogResponseContent

docs/interfaces/management.Management.GetLogResponseContent.html

5.9.14.2 KB
Original Source

Interface GetLogResponseContent

interface GetLogResponseContent {
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;
}

Indexable

Accepts any additional properties

Index

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?

Properties

Optionaldate

date?: LogDate

Optionaltype

type?: string

Type of event.

Optionaldescription

description?: string | null

Description of this event.

Optionalconnection

connection?: string

Name of the connection the event relates to.

Optionalconnection_id

connection_id?: string

ID of the connection the event relates to.

Optionalclient_id

client_id?: string

ID of the client (application).

Optionalclient_name

client_name?: string

Name of the client (application).

Optionalip

ip?: string

IP address of the log event source.

Optionalhostname

hostname?: string

Hostname the event applies to.

Optionaluser_id

user_id?: string

ID of the user involved in the event.

Optionaluser_name

user_name?: string

Name of the user involved in the event.

Optionalaudience

audience?: string

API audience the event applies to.

Optionalscope

scope?: string

Scope permissions applied to the event.

Optionalstrategy

strategy?: string

Name of the strategy involved in the event.

Optionalstrategy_type

strategy_type?: string

Type of strategy involved in the event.

Optionallog_id

log_id?: string

Unique ID of the event.

OptionalisMobile

isMobile?: boolean

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

Optionaldetails

details?: LogDetails

Optionaluser_agent

user_agent?: string

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

Optionalsecurity_context

security_context?: LogSecurityContext

Optionallocation_info

location_info?: LogLocationInfo

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties datetypedescriptionconnectionconnection_idclient_idclient_nameiphostnameuser_iduser_nameaudiencescopestrategystrategy_typelog_idisMobiledetailsuser_agentsecurity_contextlocation_info