AuditLogListDTO
Page of Aembit Audit Logs
Page of entities
Number of entities requested for the current page
Ordering criteria used for the current page
HTTP Status Code of the response
Total number of Aembit Audit Logs
auditLogs object[]nullable
Page of Aembit Audit Logs
ID of an Aembit Audit Log
Resource Set ID of an Aembit Audit Log
Category of an Aembit Audit Log (e.g. Users, AccessPolicies, Workloads, etc.)
actor object
DTO for the Actor details of an Aembit Audit Log
The type of Audit Log actor (e.g. User, System, or Role)
Fully qualified Audit Log Actor name
Credential Provider ID that was used to generate the Role-based Access Token for this Audit Log action
Access Policy ID that was used to generate the Role-based Access Token for this Audit Log action
Activity of an Aembit Audit Log
Target of an Aembit Audit Log
client object
DTO for the Client details of an Aembit Audit Log
IP Address of the remote client
userAgent object
DTO for the HTTP User Agent of an individual Aembit Audit Log
The browser as determined from the HTTP User Agent
The operating system as determined from the HTTP User Agent
The raw HTTP User Agent
outcome object
DTO for the Outcome of an individual Aembit Audit Log
Reason for the outcome of this Aembit Audit Log
Outcome of the action associated with this Aembit Audit Log
trustProvider object
Severity of an Aembit Audit Log
Timestamp of when this Aembit Audit Log was created
{
"page": 0,
"perPage": 0,
"order": "string",
"statusCode": 0,
"recordsTotal": 0,
"auditLogs": [
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"resourceSetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"category": "string",
"actor": {
"type": "string",
"displayName": "string",
"userName": "string",
"email": "string",
"credentialProviderId": "string",
"accessPolicyId": "string"
},
"activity": "string",
"target": "string",
"client": {
"ipAddress": "string",
"userAgent": {
"browser": "string",
"operatingSystem": "string",
"raw": "string"
}
},
"outcome": {
"reason": "string",
"result": "string"
},
"trustProvider": {
"reason": "string",
"attribute": "string",
"expectedValue": "string",
"actualValue": "string"
},
"severity": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}
]
}