GoogleCloudPolicytroubleshooterIamV3ConditionExplanation
import type { GoogleCloudPolicytroubleshooterIamV3ConditionExplanation } from "https://googleapis.deno.dev/v1/policytroubleshooter:v3.ts";Explanation for how a condition affects a principal's access
interface GoogleCloudPolicytroubleshooterIamV3ConditionExplanation {
errors?: GoogleRpcStatus[];
evaluationStates?: GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState[];
value?: any;
}§Properties
§
errors?: GoogleRpcStatus[]
[src]Any errors that prevented complete evaluation of the condition expression.
§
evaluationStates?: GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState[]
[src]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.