Skip to content

GrantScopeAccess

GrantScopeAccess = object

Defined in: packages/contracts/src/supabase-rls.ts:830

The caller’s standing on a grant-scope table, as resolved from the claims.

bypass: boolean

Defined in: packages/contracts/src/supabase-rls.ts:832

A bypass grant is present — the policy’s OR branch; every row is visible.


ids: string[]

Defined in: packages/contracts/src/supabase-rls.ts:834

The de-duplicated scope ids the caller can see (empty → no rows, absent a bypass).