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(**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'