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 Details

  • Constructor Details

    • LogSecurityContext

      public LogSecurityContext()
  • Method Details

    • getAsNumber

      @Nullable public Integer 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

      @Nullable public String getAsOrg()
      The organization that is associated with the autonomous system that the event request is sourced to
      Returns:
      asOrg
    • getDomain

      @Nullable public String getDomain()
      The domain name that's associated with the IP address of the inbound event request
      Returns:
      domain
    • getIsp

      @Nullable public String getIsp()
      The Internet service provider that's used to send the event's request
      Returns:
      isp
    • getIsProxy

      @Nullable public Boolean getIsProxy()
      Specifies whether an event's request is from a known proxy
      Returns:
      isProxy
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object