evaluationState property

String? evaluationState
getter/setter pair

The evaluation status of the cloud 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? evaluationState;