UserAccessRightResponse

data class UserAccessRightResponse(val accessType: String, val userId: String)

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

Constructors

Link copied to clipboard
constructor(accessType: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of access to be allowed for the user.

Link copied to clipboard

User ID (already existing in the device).