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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SCHEDULED
Value: 1The audit is scheduled.
Generated from protobuf enum SCHEDULED = 1;
RUNNING
Value: 2The audit is running.
Generated from protobuf enum RUNNING = 2;
UPLOADING
Value: 3The audit results are being uploaded.
Generated from protobuf enum UPLOADING = 3;
FAILED
Value: 4The audit failed.
Generated from protobuf enum FAILED = 4;
SUCCEEDED
Value: 5The audit completed successfully.
Generated from protobuf enum SUCCEEDED = 5;