Package com.okta.sdk.resource.model
Class LogRequest
java.lang.Object
com.okta.sdk.resource.model.LogRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogRequest
extends Object
implements Serializable
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.
- See Also:
-
Field Details
-
JSON_PROPERTY_IP_CHAIN
- See Also:
-
-
Constructor Details
-
LogRequest
public LogRequest()
-
-
Method Details
-
getIpChain
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.- Returns:
- ipChain
-
equals
-
hashCode
public int hashCode() -
toString
-