The condition evaluation.
| JSON representation |
|---|
{
"evaluationValue"
:
enum (
|
| Fields | |
|---|---|
evaluationValue
|
The evaluation result. |
EvaluationValue
Value of this expression.
| Enums | |
|---|---|
EVALUATION_VALUE_UNSPECIFIED
|
Reserved for future use. |
TRUE
|
The evaluation result is true
. |
FALSE
|
The evaluation result is false
. |
CONDITIONAL
|
The evaluation result is conditional
when the condition expression contains variables that are either missing input values or have not been supported by Policy Analyzer yet. |

