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

RestrictionEvaluation

import type { RestrictionEvaluation } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

The evaluated state of this restriction.

interface RestrictionEvaluation {
readonly state?:
| "STATE_UNSPECIFIED"
| "EVALUATING"
| "COMPLIANT"
| "FORWARD_COMPLIANT"
| "NON_COMPLIANT";
}

§Properties

§
readonly state?: "STATE_UNSPECIFIED" | "EVALUATING" | "COMPLIANT" | "FORWARD_COMPLIANT" | "NON_COMPLIANT"
[src]

Output only. The current state of the restriction