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

public enum AuditReport.Types.ReportGenerationState

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

The different states of the Audit Manager report generation.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Completed

Audit report generation process is completed. Operation state is OPERATION_STATE_DONE.

Failed

Audit report generation process has failed. Operation state is OPERATION_STATE_FAILED.

InProgress

Audit report generation process is in progress, ie. operation state is neither OPERATION_STATE_DONE nor OPERATION_STATE_FAILED.

SummaryUnknown

Audit report generation process has completed. But report summary is unknown. This is valid for older reports.

Unspecified

Unspecified. Invalid state.