RLS DSL - v0.1.0
GitHub
Preparing search index...
PolicyDefinition
Interface PolicyDefinition
Policy definition structure
interface
PolicyDefinition
{
name
:
string
;
table
:
string
;
operation
:
PolicyOperation
;
role
?:
string
;
type
?:
PolicyType
;
using
?:
Condition
;
withCheck
?:
Condition
;
description
?:
string
;
}
Index
Properties
name
table
operation
role?
type?
using?
with
Check?
description?
Properties
name
name
:
string
table
table
:
string
operation
operation
:
PolicyOperation
Optional
role
role
?:
string
Optional
type
type
?:
PolicyType
Optional
using
using
?:
Condition
Optional
with
Check
withCheck
?:
Condition
Optional
description
description
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
table
operation
role
type
using
with
Check
description
GitHub
RLS DSL - v0.1.0
Loading...
Policy definition structure