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

RestrictionEvaluations

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

Evaluations of restrictions applied to parent group on this membership.

interface RestrictionEvaluations {
memberRestrictionEvaluation?: MembershipRoleRestrictionEvaluation;
}

§Properties

§
memberRestrictionEvaluation?: MembershipRoleRestrictionEvaluation
[src]

Evaluation of the member restriction applied to this membership. Empty if the user lacks permission to view the restriction evaluation.