Enum Permission

August 13, 2019 ยท View on GitHub

Overview / Purpose

Enumeration Permission

EnumeratorValueDescription
NO_PERMISSION0No permission
READ_PERMISSION1Read permission. Refers to an entity that can be read
UPDATE_PERMISSION2Update permission. Refers to an entity that can be modified
DELETE_PERMISSION4Delete permission. Refers to an entity that can be deleted

Parent topic: Common (Python)