Reference documentation and code samples for the Audit Manager V1 API module Google::Cloud::AuditManager::V1::AuditReport::ReportGenerationState.
The different states of the Audit Manager report generation.
Constants
REPORT_GENERATION_STATE_UNSPECIFIED
value: 0
Unspecified. Invalid state.
IN_PROGRESS
value: 1
Audit report generation process is in progress, ie. operation state is
neither OPERATION_STATE_DONE nor OPERATION_STATE_FAILED.
COMPLETED
value: 2
Audit report generation process is completed. Operation state is
OPERATION_STATE_DONE.
FAILED
value: 3
Audit report generation process has failed. Operation state is
OPERATION_STATE_FAILED.
SUMMARY_UNKNOWN
value: 4
Audit report generation process has completed. But report summary is
unknown. This is valid for older reports.