Audit log
any of the below objects
A single "audit log task".
The keys common to all response types are id
, createdByUserId
, createdTime
, timePeriod
, filter
"pending" | "processing" The audit log request has not started processing or is being processed. Check again in a few minutes. | |
string | |
string A user ID | |
string A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" | |
string Either YYYY-MM or YYYY-MM-DD, as specified in the creation request. | |
optional< string > Filter specified in the creation request. |
"error" There was an error while attempting to process the audit log request. Refer to the error message and try again. | |
string An error message explaining what went wrong while processing the request. | |
string | |
string A user ID | |
string A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" | |
string Either YYYY-MM or YYYY-MM-DD, as specified in the creation request. | |
optional< string > Filter specified in the creation request. |
"done" The audit log request is done processing. Download the files in data.logFileUrls. The gzipped files contain newline-delimited JSON log entries.
| |||||
object Results from the finished audit log processing.
| |||||
string | |||||
string A user ID | |||||
string A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" | |||||
string Either YYYY-MM or YYYY-MM-DD, as specified in the creation request. | |||||
optional< string > Filter specified in the creation request. |