A generic list.
name | data type | description |
---|---|---|
items | array of ApiAudit |
Example
{ "items" : [ { "timestamp" : "...", "service" : "...", "username" : "...", "impersonator" : "...", "ipAddress" : "...", "command" : "...", "resource" : "...", "operationText" : "...", "allowed" : true }, { "timestamp" : "...", "service" : "...", "username" : "...", "impersonator" : "...", "ipAddress" : "...", "command" : "...", "resource" : "...", "operationText" : "...", "allowed" : true } ] }