UserAgentDTO
DTO for the HTTP User Agent of an individual Aembit Audit Log
browserstringnullable
The browser as determined from the HTTP User Agent
operatingSystemstringnullable
The operating system as determined from the HTTP User Agent
rawstringnullable
The raw HTTP User Agent
UserAgentDTO
{
"browser": "string",
"operatingSystem": "string",
"raw": "string"
}