overallEvaluationState property
The overall evaluation status of the control.
Output only. Possible string values are:
- "EVALUATION_STATE_UNSPECIFIED" : Default value. This value is unused.
- "EVALUATION_STATE_PASSED" : The control is passing.
- "EVALUATION_STATE_FAILED" : The control is failing.
- "EVALUATION_STATE_NOT_ASSESSED" : The control is not assessed.
Implementation
core.String? overallEvaluationState;