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 server.
Constructor
ShareAccessRight(*, share_id: str, access_type: str | _models.ShareAccessType, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
share_id
|
The share ID. Required. |
|
access_type
|
Type of access to be allowed on the share for this user. Required. Known values are: "Change", "Read", and "Custom". |
Variables
| Name | Description |
|---|---|
|
share_id
|
The share ID. Required. |
|
access_type
|
Type of access to be allowed on the share for this user. Required. Known values are: "Change", "Read", and "Custom". |