Reference documentation and code samples for the Google Cloud Asset V1 Client class EvaluationValue.
Value of this expression.
Protobuf type google.cloud.asset.v1.ConditionEvaluation.EvaluationValue
Namespace
Google \ Cloud \ Asset \ V1 \ ConditionEvaluationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVALUATION_VALUE_UNSPECIFIED
Value: 0
Reserved for future use.
Generated from protobuf enum EVALUATION_VALUE_UNSPECIFIED = 0;
TRUE
Value: 1
The evaluation result is true
.
Generated from protobuf enum TRUE = 1;
FALSE
Value: 2
The evaluation result is false
.
Generated from protobuf enum FALSE = 2;
CONDITIONAL
Value: 3
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.
Generated from protobuf enum CONDITIONAL = 3;