Enumeration Permission
Enumerator | Value | Description |
---|---|---|
NO_PERMISSION | 0 | No permission |
READ_PERMISSION | 1 | Read permission. Refers to an entity that can be read |
UPDATE_PERMISSION | 2 | Update permission. Refers to an entity that can be modified |
DELETE_PERMISSION | 4 | Delete permission. Refers to an entity that can be deleted |
Parent topic: Common (Python)