Here are some documents that might be of use to you.
Last updated 1 year ago
READ
0x1 (1 << 0)
0x1
(1 << 0)
Allows the user to read.
WRITE
0x2 (1 << 1)
0x2
(1 << 1)
Allows the user to write.
UPDATE
0x4 (1 << 2)
0x4
(1 << 2)
Allows the user to update.
DELETE
0x8 (1 << 3)
0x8
(1 << 3)
Allows the user to delete.