Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
value?: any;
}

§Properties

§

Any errors that prevented complete evaluation of the condition expression.

§

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.

§
value?: any
[src]

Value of the condition.