Package com.okta.sdk.resource.model
Class LogSecurityContext
java.lang.Object
com.okta.sdk.resource.model.LogSecurityContext
- 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 LogSecurityContext
extends Object
implements Serializable
The `securityContext` object provides security information that is directly related to the evaluation of
the event's IP reputation. IP reputation is a trustworthiness rating that evaluates how likely a sender is to be
malicious and is based on the sender's IP address. As the name implies, the `securityContext` object is
useful for security applications-flagging and inspecting suspicious events.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The [Autonomous system](https://docs.telemetry.mozilla.org/datasets/other/asn_aggregates/reference) number that's associated with the autonomous system the event request was sourced togetAsOrg()
The organization that is associated with the autonomous system that the event request is sourced toThe domain name that's associated with the IP address of the inbound event requestgetIsp()
The Internet service provider that's used to send the event's requestSpecifies whether an event's request is from a known proxyint
hashCode()
toString()
-
Field Details
-
JSON_PROPERTY_AS_NUMBER
- See Also:
-
JSON_PROPERTY_AS_ORG
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_ISP
- See Also:
-
JSON_PROPERTY_IS_PROXY
- See Also:
-
-
Constructor Details
-
LogSecurityContext
public LogSecurityContext()
-
-
Method Details
-
getAsNumber
The [Autonomous system](https://docs.telemetry.mozilla.org/datasets/other/asn_aggregates/reference) number that's associated with the autonomous system the event request was sourced to- Returns:
- asNumber
-
getAsOrg
The organization that is associated with the autonomous system that the event request is sourced to- Returns:
- asOrg
-
getDomain
The domain name that's associated with the IP address of the inbound event request- Returns:
- domain
-
getIsp
The Internet service provider that's used to send the event's request- Returns:
- isp
-
getIsProxy
Specifies whether an event's request is from a known proxy- Returns:
- isProxy
-
equals
-
hashCode
public int hashCode() -
toString
-