PermissionScope Class

PermissionScope.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.storage._serialization.Model
PermissionScope

Constructor

PermissionScope(*, permissions: str, service: str, resource_name: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
permissions
str

The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c). Required.

service
str

The service used by the local user, e.g. blob, file. Required.

resource_name
str

The name of resource, normally the container name or the file share name, used by the local user. Required.

Variables

Name Description
permissions
str

The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c). Required.

service
str

The service used by the local user, e.g. blob, file. Required.

resource_name
str

The name of resource, normally the container name or the file share name, used by the local user. Required.