AuditScopeReport

The audit scope report.

JSON representation
{
  "name": 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 this Audit Report, in the format of scope given in request.

Union field audit_report. The options in which the audit scope report is exported. 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.