ReportGenerationProgress

Details about the current status of the report-generation process.

JSON representation
{
  "state": enum (OperationState),
  "failureReason": string,
  "evaluationPercentComplete": number,
  "reportGenerationPercentComplete": number,
  "reportUploadingPercentComplete": number,
  "destinationGcsBucket": string,
  "auditReport": string
}
Fields
state

enum (OperationState)

Output only. Current state of execution for report generation.

failureReason

string

Output only. Reason for failure during the audit report generation process. This field is set only if the OperationState attribute is OPERATION_STATE_FAILED.

evaluationPercentComplete

number

Progress of the evaluation process. The progress is defined in terms of percentage complete.

reportGenerationPercentComplete

number

Report generation progress, defined in terms of percentage complete. Until evaluation is complete, this value is always 0.

reportUploadingPercentComplete

number

Report uploading progress, defined in terms of percentage complete. Until evaluation and report generation are complete, this value is always 0.

destinationGcsBucket

string

Output only. Cloud Storage bucket where the audit report is uploaded to after the evaluation process is completed.

auditReport

string

Output only. Name of the audit report.