Method: folders.locations.frameworkComplianceReports.fetch

Fetches the framework compliance report for a given scope.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the framework compliance report to retrieve.

Query parameters

Parameters
endTime

string (Timestamp format)

Optional. The end time of the report.

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".

Request body

The request body must be empty.

Response body

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

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 name resource:

  • cloudsecuritycompliance.frameworkComplianceReports.get

For more information, see the IAM documentation.