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-23T16:19:57.008753975Z[Etc/UTC]", 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 Link icon

  • Constructor Details Link icon

    • LogSecurityContext Link icon

      public LogSecurityContext()
  • Method Details Link icon

    • getAsNumber Link icon

      @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 Link icon

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object