ListAuditReportsResponse

Response message with all the audit reports.

JSON representation
{
  "auditReports": [
    {
      object (AuditReport)
    }
  ],
  "nextPageToken": string
}
Fields
auditReports[]

object (AuditReport)

Output only. The audit reports.

nextPageToken

string

Output only. The token to retrieve the next page of results.