Audit Manager v1 API - Enum AuditReport.Types.ReportGenerationState (1.2.0)

public enum AuditReport.Types.ReportGenerationState

Reference documentation and code samples for the Audit Manager v1 API enum AuditReport.Types.ReportGenerationState.

Different states of report generation.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Completed

The process is completed. The operation state is OPERATION_STATE_DONE.

Failed

The process has failed. The operation state is OPERATION_STATE_FAILED.

InProgress

The process is in progress. The operation can have any state except for OPERATION_STATE_DONE or OPERATION_STATE_FAILED.

SummaryUnknown

The process completed, but the report summary's status is unknown. This state isn't used for new reports.

Unspecified

Default value. This value is unused.