AuditListResponse

AuditListResponse
AuditListResponse
JSON Example
{
    "results": [
        {
            "ip_address": "string",
            "user_name": "string",
            "entity_type": "string",
            "entity_id": "string",
            "operation": "string",
            "response": "string",
            "value": "string",
            "timestamp": 0
        }
    ],
    "cursor": "ML12eu02==",
    "start_time": 1504739809,
    "end_time": 1504739809
}
results
Optional

results

string
cursor
Optional

Cursor for the next page of logs

integer As int64 As int64
start_time
Optional

Start timestamp of the window of the objects returned

integer As int64 As int64
end_time
Optional

End timestamp of the window of the objects returned

Returned By