ListSecurityReportsResponse

The response forSecurityReports.

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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.