Okta.Sdk.Model.LogSecurityContext

October 22, 2025 ยท View on GitHub

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.

Properties

NameTypeDescriptionNotes
AsNumberintThe Autonomous system number that's associated with the autonomous system the event request was sourced to[optional] [readonly]
AsOrgstringThe organization that is associated with the autonomous system that the event request is sourced to[optional] [readonly]
DomainstringThe domain name that's associated with the IP address of the inbound event request[optional] [readonly]
IspstringThe Internet service provider that's used to send the event's request[optional] [readonly]
IsProxyboolSpecifies whether an event's request is from a known proxy[optional] [readonly]

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