- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the framework audits for a given organization, folder, or project.
HTTP request
GET https://cloudsecuritycompliance.googleapis.com/v1/{parent=organizations/*/locations/*}/frameworkAudits
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource where the framework audits are listed. Supported formats are the following:
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of framework audits to return. The service might return fewer audits than this value. If unspecified, a maximum of 10 framework audits are returned. The maximum value is 50; values above 50 are limited to 50. |
pageToken |
Optional. The |
filter |
Optional. The filters to apply to the framework audits. Supported filters are |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListFrameworkAuditsResponse.
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.frameworkAudits.list
For more information, see the IAM documentation.