Method: organizations.environments.securityReports.list

Return a list of Security Reports

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/securityReports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource name. Must be of the form organizations/{org}/environments/{env}.

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.securityreports.list

Query parameters

Parameters
submittedBy

string

Filter response list by user who submitted queries.

status

string

Filter response list by security reports status.

from

string

Filter response list by returning security reports that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'.

to

string

Filter response list by returning security reports that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.

dataset

string

Filter response list by dataset.

Example: api, mint

pageSize

integer

The maximum number of security report to return in the list response.

pageToken

string

Token returned from the previous list response to fetch the next page.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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