-
Notifications
You must be signed in to change notification settings - Fork 0
Type Definitions
Kevin Winkel edited this page May 6, 2022
·
1 revision
Field | Description | Allowed values | Sample value |
---|---|---|---|
type |
Entity type | one of string : user Userbuiltin-team Builtin team |
user |
id |
Entity id | any string
|
foobar |
capability |
Capability | one of string : view Viewermanage Managerown Owner |
view |
Field | Description | Allowed values | Sample value |
---|---|---|---|
description |
Description for the rule | any string
|
foo |
field |
Field name | any string
|
bar |
value |
Field value | any string
|
baz |
type |
Matching type | one of integer : 1 match exactly 2 match regular expression 3 greater than 4 smaller than 5 field presence 6 contain 7 always match 8 match input |
1 |
inverted |
Rule inversion | boolean |
false |