models_v2.permission_enum module¶
-
class
models_v2.permission_enum.
PermissionEnum
[source]¶ Bases:
object
Implementation of the ‘Permission’ enum.
TODO: type enum description here.
- Attributes:
READ: TODO: type description here. WRITE: TODO: type description here. READACP: TODO: type description here. WRITEACP: TODO: type description here. FULLCONTROL: TODO: type description here.
-
FULLCONTROL
= 'FullControl'¶
-
READ
= 'Read'¶
-
READACP
= 'ReadACP'¶
-
WRITE
= 'Write'¶
-
WRITEACP
= 'WriteACP'¶