All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.LogGeographicalContext.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 23.0.1
Show newest version


# LogGeographicalContext

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

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**city** | **String** | The city that encompasses the area that contains the geolocation coordinates, if available (for example, Seattle, San Francisco) |  [optional] [readonly] |
|**country** | **String** | Full name of the country that encompasses the area that contains the geolocation coordinates (for example, France, Uganda) |  [optional] [readonly] |
|**geolocation** | [**LogGeolocation**](LogGeolocation.md) |  |  [optional] |
|**postalCode** | **String** | Postal code of the area that encompasses the geolocation coordinates |  [optional] [readonly] |
|**state** | **String** | Full name of the state or province that encompasses the area that contains the geolocation coordinates (for example, Montana, Ontario) |  [optional] [readonly] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy