Contains meta information of the client. Currently it is used only within OAuth clients.
Name | Type | Description | Notes |
---|---|---|---|
device_model | str | Parsed device model from raw User-Agent. | [optional] |
user_agent | str | The value of the "User-Agent" HTTP header, as sent by the HTTP client when it initiate a session to Intersight. This can be used to identify the client operating system, browser type and browser version. Example - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 It is set when User successfully passed OAuth login flow and receives Access Token. | [optional] |