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

MembershipRoleRestrictionEvaluation

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

The evaluated state of this restriction.

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

§Properties

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

Output only. The current state of the restriction