Class ReportGenerationProgress (0.3.1)

ReportGenerationProgress(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
state google.cloud.auditmanager_v1.types.OperationState
Output only. Current state of execution for report generation.
failure_reason str
Output only. Reason for failure during the audit report generation process. This field is set only if the OperationState attribute is OPERATION_STATE_FAILED.
evaluation_percent_complete float
Progress of the evaluation process. The progress is defined in terms of percentage complete.
report_generation_percent_complete float
Report generation progress, defined in terms of percentage complete. Until evaluation is complete, this value is always 0.
report_uploading_percent_complete float
Report uploading progress, defined in terms of percentage complete. Until evaluation and report generation are complete, this value is always 0.
destination_gcs_bucket str
Output only. Cloud Storage bucket where the audit report is uploaded to after the evaluation process is completed.
audit_report str
Output only. Name of the audit report.