PermissionScope Class
PermissionScope.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelPermissionScope
Constructor
PermissionScope(*, permissions: str, service: str, resource_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
permissions
|
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c). Required. |
service
|
The service used by the local user, e.g. blob, file. Required. |
resource_name
|
The name of resource, normally the container name or the file share name, used by the local user. Required. |
Variables
Name | Description |
---|---|
permissions
|
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c). Required. |
service
|
The service used by the local user, e.g. blob, file. Required. |
resource_name
|
The name of resource, normally the container name or the file share name, used by the local user. Required. |
Azure SDK for Python