Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class State.
The state of the framework audit.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkAudit.State
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1 \ FrameworkAuditMethods
static::name
value
mixed
static::value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SCHEDULED
Value: 1
The audit is scheduled.
Generated from protobuf enum SCHEDULED = 1;
RUNNING
Value: 2
The audit is running.
Generated from protobuf enum RUNNING = 2;
UPLOADING
Value: 3
The audit results are being uploaded.
Generated from protobuf enum UPLOADING = 3;
FAILED
Value: 4
The audit failed.
Generated from protobuf enum FAILED = 4;
SUCCEEDED
Value: 5
The audit completed successfully.
Generated from protobuf enum SUCCEEDED = 5;

