RLS DSL - v0.1.0
GitHub
Preparing search index...
PolicyBuilderState
Interface PolicyBuilderState
Policy builder state
interface
PolicyBuilderState
{
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
Optional
name
name
?:
string
Optional
table
table
?:
string
Optional
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 builder state