Skip to main content

AuditClientDTO

DTO for the Client details of an Aembit Audit Log

ipAddressstringnullable

IP Address of the remote client

userAgent object

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

AuditClientDTO
{
"ipAddress": "string",
"userAgent": {
"browser": "string",
"operatingSystem": "string",
"raw": "string"
}
}