evaluationStates property
List<GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState> ?
evaluationStates
getter/setter pair
The value of each statement of the condition expression.
The value can be true, false, or null. The value is null if the
statement can't be evaluated.
Implementation
core.List<
GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState
>?
evaluationStates;