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
ShareAccessRight

Constructor

ShareAccessRight(*, share_id: str, access_type: Union[str, azure.mgmt.databoxedge.v2019_03_01.models._data_box_edge_management_client_enums.ShareAccessType], **kwargs)

Parameters

share_id
str
Required

Required. The share ID.

access_type
str or ShareAccessType
Required

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