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 server.

Constructor

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

Keyword-Only Parameters

Name Description
user_id
str

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

access_type

Type of access to be allowed for the user. Required. Known values are: "Change", "Read", and "Custom".

Variables

Name Description
user_id
str

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

access_type

Type of access to be allowed for the user. Required. Known values are: "Change", "Read", and "Custom".