User Access Right Args
data class UserAccessRightArgs(val accessType: Output<Either<String, ShareAccessType>>, val userId: Output<String>) : ConvertibleToJava<UserAccessRightArgs>
The mapping between a particular user and the access type on the SMB share.