Method: projects.locations.frameworkComplianceSummaries.list

Lists the framework compliance summary for a given scope.

HTTP request

GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=projects/*/locations/*}/frameworkComplianceSummaries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent scope for the framework compliance summary.

Query parameters

Parameters
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 ListFrameworkComplianceSummariesResponse.

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

For more information, see the IAM documentation.