GrantScopeBypassOptions
GrantScopeBypassOptions =
object
Defined in: packages/contracts/src/supabase-rls.ts:612
An unconditional bypass declaration: any grant whose role ∈ roleValues and whose scope.kind =
scopeKind (default "platform") confers access to every row — e.g. a platform-scoped
platform_admin. Hand the SAME object to the policy builder and to
resolveGrantScopeAccess / buildGrantScopeAccessShapeWhere.
Properties
Section titled “Properties”roleValues
Section titled “roleValues”roleValues:
string[]
Defined in: packages/contracts/src/supabase-rls.ts:613
scopeKind?
Section titled “scopeKind?”
optionalscopeKind?:string
Defined in: packages/contracts/src/supabase-rls.ts:614