Okta.Sdk.Model.LogGeolocation
October 22, 2025 ยท View on GitHub
The latitude and longitude of the geolocation where an action was performed. The object is formatted according to the ISO 6709 standard.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Lat | double | Latitude which uses two digits for the integer part | [optional] [readonly] |
| Lon | double | Longitude which uses three digits for the integer part | [optional] [readonly] |