PermissionMode Class
Applicability of a permission.
- Inheritance
-
builtins.objectPermissionMode
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'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python