@@ -102,8 +102,12 @@ Built-in Permission Map
102
102
+------------------+----------------------------+-----------------------------+
103
103
| Attribute | Intended Meaning | Integer Bitmasks |
104
104
+==================+============================+=============================+
105
- | VIEW | Whether someone is allowed | VIEW, EDIT, OPERATOR, |
106
- | | to view the domain object. | MASTER, or OWNER |
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. | |
107
111
+------------------+----------------------------+-----------------------------+
108
112
| EDIT | Whether someone is allowed | EDIT, OPERATOR, MASTER, |
109
113
| | to make changes to the | or OWNER |
@@ -131,7 +135,8 @@ Built-in Permission Map
131
135
| OWNER | Whether someone owns the | OWNER |
132
136
| | domain object. An owner can| |
133
137
| | perform any of the above | |
134
- | | actions. | |
138
+ | | actions *and * grant master | |
139
+ | | and owner permissions. | |
135
140
+------------------+----------------------------+-----------------------------+
136
141
137
142
Permission Attributes vs. Permission Bitmasks
0 commit comments