AuditScopeReport

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. Name for the audit scope report, in one of the following formats:

  • projects/{project}/locations/{location}/auditScopeReports/{audit_scope_report}
  • folders/{folder}/locations/{location}/auditScopeReports/{audit_scope_report}
  • organizations/{organization}/locations/{location}/auditScopeReports/{audit_scope_report}
Union field audit_report. Specific format or delivery method for the exported audit scope report. audit_report can be only one of the following:
scopeReportContents

string (bytes format)

Audit scope report content in byte format.

A base64-encoded string.