@@ -102,17 +102,17 @@ Built-in Permission Map
102
102
+------------------+----------------------------+-----------------------------+
103
103
| Attribute | Intended Meaning | Integer Bitmasks |
104
104
+==================+============================+=============================+
105
- | VIEW | Whether someone is allowed | VIEW, CREATE, EDIT, |
106
- | | to view the domain object. | OPERATOR, MASTER, or OWNER |
107
- +------------------+----------------------------+-----------------------------+
108
- | CREATE | Whether someone is allowed | EDIT, OPERATOR, MASTER, |
109
- | | to create the domain | or OWNER |
110
- | | object. | |
105
+ | VIEW | Whether someone is allowed | VIEW, EDIT, OPERATOR, |
106
+ | | to view the domain object. | MASTER, or OWNER |
111
107
+------------------+----------------------------+-----------------------------+
112
108
| EDIT | Whether someone is allowed | EDIT, OPERATOR, MASTER, |
113
109
| | to make changes to the | or OWNER |
114
110
| | domain object. | |
115
111
+------------------+----------------------------+-----------------------------+
112
+ | CREATE | Whether someone is allowed | CREATE, OPERATOR, MASTER, |
113
+ | | to create the domain | or OWNER |
114
+ | | object. | |
115
+ +------------------+----------------------------+-----------------------------+
116
116
| DELETE | Whether someone is allowed | DELETE, OPERATOR, MASTER, |
117
117
| | to delete the domain | or OWNER |
118
118
| | object. | |
0 commit comments