ListSecurityReportsResponse

The response for SecurityReports.

JSON representation
{
  "securityReports": [
    {
      object (SecurityReport)
    }
  ],
  "nextPageToken": string
}
Fields
securityReports[]

object (SecurityReport)

The security reports belong to requested resource name.

nextPageToken

string

If the number of security reports exceeded the page size requested, the token can be used to fetch the next page in a subsequent call. If the response is the last page and there are no more reports to return this field is left empty.