Okta.Sdk.Model.LogGeographicalContext

October 22, 2025 ยท View on GitHub

Geographical context describes a set of geographic coordinates. In addition to containing latitude and longitude data, the GeographicalContext object also contains address data of postal code-level granularity. Within the Client object, the geographical context refers to the physical location of the client when it sends the request that triggers this event. All Transaction events with type equal to WEB have a geographical context set. Transaction events with type equal to JOB don't have a geographical context set. The geographical context data can be missing if the geographical data for a request can't be resolved.

Properties

NameTypeDescriptionNotes
CitystringThe city that encompasses the area that contains the geolocation coordinates, if available (for example, Seattle, San Francisco)[optional] [readonly]
CountrystringFull name of the country that encompasses the area that contains the geolocation coordinates (for example, France, Uganda)[optional] [readonly]
GeolocationLogGeolocation[optional]
PostalCodestringPostal code of the area that encompasses the geolocation coordinates[optional] [readonly]
StatestringFull name of the state or province that encompasses the area that contains the geolocation coordinates (for example, Montana, Ontario)[optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]