GenerateFrameworkAuditScopeReportResponse

The response message for [GenerateFrameworkAuditScopeReport][].

JSON representation
{
  "name": string,
  "complianceFramework": string,

  // Union field audit_report can be only one of the following:
  "scopeReportContents": string
  // End of list of possible types for union field audit_report.
}
Fields
name

string

Identifier. The name of the audit report, in the format that was given in the request.

complianceFramework

string

Required. The compliance framework that the audit scope report is generated for.

Union field audit_report. The set of options that the audit scope report is exported in. audit_report can be only one of the following:
scopeReportContents

string (bytes format)

The audit scope report content in byte format.

A base64-encoded string.