SonarJS linter helper functions
Preparing search index...
PolicyCheckerOptions
Interface PolicyCheckerOptions
interface
PolicyCheckerOptions
{
actions
:
{
anyValues
?:
string
[]
;
property
:
string
}
;
conditions
:
{
property
:
string
}
;
effect
:
{
allowValue
:
string
;
property
:
string
;
type
:
"string"
|
"FullyQualifiedName"
;
}
;
principals
:
{
anyValues
?:
string
[]
;
property
:
string
;
type
:
"FullyQualifiedName"
|
"json"
;
}
;
resources
:
{
property
:
string
}
;
}
Index
Properties
actions
conditions
effect
principals
resources
Properties
actions
actions
:
{
anyValues
?:
string
[]
;
property
:
string
}
conditions
conditions
:
{
property
:
string
}
effect
effect
:
{
allowValue
:
string
;
property
:
string
;
type
:
"string"
|
"FullyQualifiedName"
;
}
principals
principals
:
{
anyValues
?:
string
[]
;
property
:
string
;
type
:
"FullyQualifiedName"
|
"json"
;
}
resources
resources
:
{
property
:
string
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
actions
conditions
effect
principals
resources
ESlint dev guide
SonarJS linter helper functions
Loading...