UserAccessRight Class

The mapping between a particular user and the access type on the SMB share.

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

Inheritance
UserAccessRight

Constructor

UserAccessRight(*, user_id: str, access_type: Union[str, azure.mgmt.databoxedge.v2019_07_01.models._data_box_edge_management_client_enums.ShareAccessType], **kwargs)

Parameters

user_id
str
Required

Required. User ID (already existing in the device).

access_type
str or ShareAccessType
Required

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