Okta.Sdk.Model.LogRequest

October 22, 2025 ยท View on GitHub

The Request object describes details that are related to the HTTP request that triggers this event, if available. When the event isn't sourced to an HTTP request, such as an automatic update on the Okta servers, the Request object still exists, but the ipChain field is empty.

Properties

NameTypeDescriptionNotes
IpChainList<LogIpAddress>If the incoming request passes through any proxies, the IP addresses of those proxies are stored here in the format of clientIp, proxy1, proxy2, and so on. This field is useful when working with trusted proxies.[optional] [readonly]

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