Rowguard - RLS Policy DSL - v0.2.0
GitHub
Preparing search index...
TypedTenantConfig
Interface TypedTenantConfig<DB>
interface
TypedTenantConfig
<
DB
>
{
tables
:
TableNames
<
DB
>
[]
;
column
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
;
source
?:
ContextValue
;
userColumn
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
;
ownerPolicies
?:
boolean
;
role
?:
string
;
}
Type Parameters
DB
Index
Properties
tables
column?
source?
user
Column?
owner
Policies?
role?
Properties
tables
tables
:
TableNames
<
DB
>
[]
Optional
column
column
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
Optional
source
source
?:
ContextValue
Optional
user
Column
userColumn
?:
ColumnNames
<
DB
,
TableNames
<
DB
>
>
Optional
owner
Policies
ownerPolicies
?:
boolean
Optional
role
role
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tables
column
source
user
Column
owner
Policies
role
GitHub
Rowguard - RLS Policy DSL - v0.2.0
Loading...