Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class EvaluationState.
The evaluation state of the control.
Protobuf type google.cloud.cloudsecuritycompliance.v1.EvaluationState
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVALUATION_STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum EVALUATION_STATE_UNSPECIFIED = 0;
EVALUATION_STATE_PASSED
Value: 1The control is passing.
Generated from protobuf enum EVALUATION_STATE_PASSED = 1;
EVALUATION_STATE_FAILED
Value: 2The control is failing.
Generated from protobuf enum EVALUATION_STATE_FAILED = 2;
EVALUATION_STATE_NOT_ASSESSED
Value: 3The control is not assessed.
Generated from protobuf enum EVALUATION_STATE_NOT_ASSESSED = 3;