Okta.Sdk.Model.LogUserAgent
October 22, 2025 ยท View on GitHub
"A user agent is software (a software agent) that is acting on behalf of a user." (Definition of User Agent) In the Okta event data object, the UserAgent object provides specifications about the client software that makes event-triggering HTTP requests. User agent identification is often useful for identifying interoperability problems between servers and clients, and also for browser and operating system usage analytics.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Browser | string | If the client is a web browser, this field identifies the type of web browser (for example, CHROME, FIREFOX) | [optional] [readonly] |
| Os | string | The operating system that the client runs on (for example, Windows 10) | [optional] [readonly] |
| RawUserAgent | string | A raw string representation of the user agent that is formatted according to section 5.5.3 of HTTP/1.1 Semantics and Content. Both the `browser` and the `OS` fields can be derived from this field. | [optional] [readonly] |