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
| Name | Type | Description | Notes |
|---|---|---|---|
| Device | string | Type of device that the client operates from (for example, computer) | [optional] [readonly] |
| GeographicalContext | LogGeographicalContext | [optional] | |
| Id | string | For 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] |
| IpAddress | string | IP address that the client is making its request from | [optional] [readonly] |
| UserAgent | LogUserAgent | [optional] | |
| Zone | string | The `name` of the Zone that the client's location is mapped to | [optional] [readonly] |