PermissionScope Class 
PermissionScope.
All required parameters must be populated in order to send to server.
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), Create (c), Modify Ownership (o), and Modify Permissions (p). 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), Create (c), Modify Ownership (o), and Modify Permissions (p). 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. |