ConditionEvaluation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Condition evaluation.
Attribute | |
---|---|
Name | Description |
evaluation_value |
google.cloud.asset_v1.types.ConditionEvaluation.EvaluationValue
The evaluation result. |
Classes
EvaluationValue
EvaluationValue(value)
Value of this expression.
Values:
EVALUATION_VALUE_UNSPECIFIED (0):
Reserved for future use.
TRUE (1):
The evaluation result is true
.
FALSE (2):
The evaluation result is false
.
CONDITIONAL (3):
The evaluation result is conditional
when the condition
expression contains variables that are either missing input
values or have not been supported by Analyzer yet.