Back to Node Auth0

Interface LogLocationInfo

docs/interfaces/management.Management.LogLocationInfo.html

5.9.12.2 KB
Original Source

Interface LogLocationInfo

Information about the location that triggered this event based on the ip.

interface LogLocationInfo {
country_code?: string;
country_code3?: string;
country_name?: string;
city_name?: string;
latitude?: number;
longitude?: number;
time_zone?: string;
continent_code?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

country_code?country_code3?country_name?city_name?latitude?longitude?time_zone?continent_code?

Properties

Optionalcountry_code

country_code?: string

Two-letter Alpha-2 ISO 3166-1 country code.

Optionalcountry_code3

country_code3?: string

Three-letter Alpha-3 ISO 3166-1 country code.

Optionalcountry_name

country_name?: string

Full country name in English.

Optionalcity_name

city_name?: string

Full city name in English.

Optionallatitude

latitude?: number

Global latitude (horizontal) position.

Optionallongitude

longitude?: number

Global longitude (vertical) position.

Optionaltime_zone

time_zone?: string

Time zone name as found in the tz database.

Optionalcontinent_code

continent_code?: string

Continent the country is located within. Can be AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), NA (North America), OC (Oceania) or SA (South America).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties country_codecountry_code3country_namecity_namelatitudelongitudetime_zonecontinent_code