ShareAccessRight Class

Specifies the mapping between this particular user and the type of access he has on shares on this device.

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

Inheritance
msrest.serialization.Model
ShareAccessRight

Constructor

ShareAccessRight(*, share_id: str, access_type: str | ShareAccessType, **kwargs)

Parameters

Name Description
share_id
Required
str

Required. The share ID.

access_type
Required

Required. Type of access to be allowed on the share for this user. Possible values include: "Change", "Read", "Custom".

Keyword-Only Parameters

Name Description
share_id
Required
access_type
Required