PermissionMode Class

Applicability of a permission.

Inheritance
builtins.object
PermissionMode

Constructor

PermissionMode()

Attributes

All

Permission applicable for all operations.

All: Literal['all'] = 'all'

NoneMode

None

NoneMode: Literal['none'] = 'none'

Read

Permission applicable for read operations only.

Read: Literal['read'] = 'read'