Method: folders.locations.frameworkComplianceReports.controlComplianceSummaries.list

Lists the control compliance summary for a given scope.

HTTP request

GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=folders/*/locations/*/frameworkComplianceReports/*}/controlComplianceSummaries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent scope for the framework overview page.

Query parameters

Parameters
endTime
(deprecated)

string (Timestamp format)

Optional. The end time of the control compliance summary.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

pageSize

integer

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

pageToken

string

Optional. A token that identifies the page of results that the server should return.

filter

string

Optional. The filtering results.

Request body

The request body must be empty.

Response body

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

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.controlComplianceSummaries.list

For more information, see the IAM documentation.