Audit Manager v1 API - Enum OperationState (1.0.0-beta01)

public enum OperationState

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

The different execution states of the Audit Manager service.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Done

Audit report generation process is completed.

EvaluationDone

Audit Manager has completed Evaluation for the workload.

EvaluationInProgress

Audit Manager is currently evaluating the workloads against specific standard.

EvidenceReportGenerationDone

Audit Manager has completed generation of the audit report.

EvidenceReportGenerationInProgress

Audit Manager is creating audit report from the evaluated data.

EvidenceUploadInProgress

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

Failed

Audit report generation process has failed.

NotStarted

Audit report generation process has not started.

Unspecified

Unspecified. Invalid state.