Module: Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit::State

Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb

Overview

The state of the framework audit.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
SCHEDULED =

The audit is scheduled.

1
RUNNING =

The audit is running.

2
UPLOADING =

The audit results are being uploaded.

3
FAILED =

The audit failed.

4
SUCCEEDED =

The audit completed successfully.

5