GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState
import type { GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState } from "https://googleapis.deno.dev/v1/policytroubleshooter:v3.ts";Evaluated state of a condition expression.
interface GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState {
end?: number;
errors?: GoogleRpcStatus[];
start?: number;
value?: any;
}