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
msrest.serialization.Model
UserAccessRight

Constructor

UserAccessRight(*, user_id: str, access_type: str | ShareAccessType, **kwargs)

Parameters

Name Description
user_id
Required
str

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

access_type
Required

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

Keyword-Only Parameters

Name Description
user_id
Required
access_type
Required