AccountPermissions class
Definition
ResourceTypes class to be used with generate_shared_access_signature method and for the AccessPolicies used with set_*_acl. There are two types of SAS which may be used to grant resource access. One is to grant access to a specific resource (resource-specific). Another is to grant access to the entire service for a specific account and allow certain operations based on perms found here.
AccountPermissions(read=False, write=False, delete=False, list=False, add=False, create=False, update=False, process=False, _str=None)
- Inheritance
-
builtins.objectAccountPermissions
Variables
- AccountPermissions.ADD
- AccountPermissions
- AccountPermissions.CREATE
- AccountPermissions
- AccountPermissions.DELETE
- AccountPermissions
- AccountPermissions.LIST
- AccountPermissions
- AccountPermissions.PROCESS
- AccountPermissions
- AccountPermissions.READ
- AccountPermissions
- AccountPermissions.UPDATE
- AccountPermissions
- AccountPermissions.WRITE
- AccountPermissions
Attributes
ADD
ADD = <azure.storage.common.models.AccountPermissions object>
CREATE
CREATE = <azure.storage.common.models.AccountPermissions object>
DELETE
DELETE = <azure.storage.common.models.AccountPermissions object>
LIST
LIST = <azure.storage.common.models.AccountPermissions object>
PROCESS
PROCESS = <azure.storage.common.models.AccountPermissions object>
READ
READ = <azure.storage.common.models.AccountPermissions object>
UPDATE
UPDATE = <azure.storage.common.models.AccountPermissions object>
WRITE
WRITE = <azure.storage.common.models.AccountPermissions object>