Audit Manager V1 API - Module Google::Cloud::AuditManager::V1::OperationState (v0.1.0)

Reference documentation and code samples for the Audit Manager V1 API module Google::Cloud::AuditManager::V1::OperationState.

The different execution states of the Audit Manager service.

Constants

OPERATION_STATE_UNSPECIFIED

value: 0
Unspecified. Invalid state.

OPERATION_STATE_NOT_STARTED

value: 10
Audit report generation process has not started.

OPERATION_STATE_EVALUATION_IN_PROGRESS

value: 20
Audit Manager is currently evaluating the workloads against specific standard.

OPERATION_STATE_EVALUATION_DONE

value: 21
Audit Manager has completed Evaluation for the workload.

OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS

value: 30
Audit Manager is creating audit report from the evaluated data.

OPERATION_STATE_EVIDENCE_REPORT_GENERATION_DONE

value: 31
Audit Manager has completed generation of the audit report.

OPERATION_STATE_EVIDENCE_UPLOAD_IN_PROGRESS

value: 40
Audit Manager is uploading the audit report and evidences to the customer provided destination.

OPERATION_STATE_DONE

value: 50
Audit report generation process is completed.

OPERATION_STATE_FAILED

value: 60
Audit report generation process has failed.