Audit Manager v1 API - Enum OperationState (1.2.0)

public enum OperationState

Reference documentation and code samples for the Audit Manager v1 API enum OperationState.

Different execution states of the Audit Manager service.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Done

The audit report and evidence are uploaded to your bucket.

EvaluationDone

Evaluation process is completed.

EvaluationInProgress

Evaluation process is in progress.

EvidenceReportGenerationDone

Report generation process is completed.

EvidenceReportGenerationInProgress

Report generation process is in progress.

EvidenceUploadInProgress

The audit report and evidence are being uploaded to your bucket.

Failed

Audit report generation process failed.

NotStarted

Audit generation process hasn't started.

Unspecified

Default value. This value is unused.