Module: Google::Cloud::CloudSecurityCompliance::V1::EvaluationState

Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb

Overview

The evaluation state of the control.

Constant Summary collapse

EVALUATION_STATE_UNSPECIFIED =

Default value. This value is unused.

0
EVALUATION_STATE_PASSED =

The control is passing.

1
EVALUATION_STATE_FAILED =

The control is failing.

2
EVALUATION_STATE_NOT_ASSESSED =

The control is not assessed.

3