Method: projects.locations.auditReports.list

Lists audit reports in the selected parent scope

HTTP request

GET https://auditmanager.googleapis.com/v1/{parent=projects/*/locations/*}/auditReports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent scope for which to list the reports.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of resources to return.

pageToken

string

Optional. The nextPageToken value returned from a previous List request, if any.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListAuditReportsResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • auditmanager.auditReports.list

For more information, see the IAM documentation.