- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the finding summary by category for a given scope.
HTTP request
GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=projects/*/locations/*}/findingSummaries
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent scope for the framework overview page. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default. |
pageToken |
Optional. A token that identifies the page of results that the server should return. |
filter |
Optional. The filtering results. |
endTime |
Optional. The end time of the finding summary. This field is deprecated. Use Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListFindingSummariesResponse.
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:
cloudsecuritycompliance.findingSummaries.list
For more information, see the IAM documentation.