PermissionMode Class

Enumeration specifying applicability of a permission.

Inheritance
builtins.object
PermissionMode

Constructor

PermissionMode()

Variables

PermissionMode.NoneMode
str

None.

PermissionMode.Read
str

Permission applicable for read operations only.

PermissionMode.All
str

Permission applicable for all operations.

Attributes

All

All = 'all'

NoneMode

NoneMode = 'none'

Read

Read = 'read'