Member Junction
    Preparing search index...

    Variable EntityPermissionEffectConst

    EntityPermissionEffect: { Allow: "Allow"; Deny: "Deny" } = ...

    Distinguishes an additive grant from an explicit refusal on an EntityPermission row. A matching Deny row overrides any Allow rows for the same action across all of the user's roles. Default is 'Allow' to preserve backwards compatibility for rows created before the Type column existed.

    Type Declaration

    • ReadonlyAllow: "Allow"
    • ReadonlyDeny: "Deny"