Okta.Sdk.Model.LogClient

October 22, 2025 ยท View on GitHub

When an event is triggered by an HTTP request, the client object describes the client that issues the HTTP request. For instance, the web browser is the client when a user accesses Okta. When this request is received and processed, a sign-in event is fired. When the event isn't sourced to an HTTP request, such as an automatic update, the client object field is blank.

Properties

NameTypeDescriptionNotes
DevicestringType of device that the client operates from (for example, computer)[optional] [readonly]
GeographicalContextLogGeographicalContext[optional]
IdstringFor OAuth requests, this is the ID of the OAuth client making the request. For SSWS token requests, this is the ID of the agent making the request.[optional] [readonly]
IpAddressstringIP address that the client is making its request from[optional] [readonly]
UserAgentLogUserAgent[optional]
ZonestringThe `name` of the Zone that the client's location is mapped to[optional] [readonly]

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